TDLib v0.0.2 TDLib.Object.Contact View Source
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. |
| user_id | number | Identifier of the user, if known; otherwise 0. |
More details on telegram’s documentation.