View Source ExTDLib.Object.Contact (ExTDLib v0.0.4)
Describes a user contact.
| Name | Type | Description |
|---|---|---|
| phone_number | string | Phone number of the user. |
| first_name | string | First name of the user; 1-255 characters in length. |
| last_name | string | Last name of the user. |
| vcard | string | Additional data about the user in a form of vCard; 0-2048 bytes in length. |
| user_id | string | Identifier of the user, if known; 0 otherwise. |
More details on telegram's documentation.