Record

contact

No description available.

record contact {
  first-name: string,
  last-name: option​<string>,
  phone-number: string,
  user-id: option​<s32>,
  vcard: option​<string>,
}

Fields

NameTypeDescription
first-namestring
last-nameoption​<string>
phone-numberstring
user-idoption​<s32>
vcardoption​<string>