savedPhoneContact
Saved contact
type tg.SavedPhoneContact struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Phone | string | yes | Phone number |
FirstName | string | yes | First name |
LastName | string | yes | Last name |
Date | int | yes | Date added |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
savedPhoneContact#1142bd56