contacts.contacts
The current user's contact list and info on users.
type tg.ContactsContacts struct { /* ... */ }
Implements contacts.Contacts.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Contacts | []Contact | yes | Contact list |
SavedCount | int | yes | Number of contacts that were saved successfully |
Users | []UserClass | yes | User list |
References
- Official documentation
- Generated Go reference
- TL definition:
contacts.contacts#eae87e42