Contact
Describes a user contact.
This is an alias for the ContactUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "contact" | |
phoneNumber | string | Phone number of the user |
firstName | string | First name of the user; 1-255 characters in length |
lastName | string | Last name of the user |
vcard | string | Additional data about the user in a form of vCard; 0-2048 bytes in length |
userId | number | Identifier of the user, if known; otherwise 0 |