contacts.getContacts
Returns the current user's contact list.
Example
TL schema
Parameters
Name | Type | Description |
hash | If there already is a full contact list on the client, a hash of a the list of contact IDs in ascending order may be passed in this parameter. If the contact set was not changed, (contacts.contactsNotModified) will be returned. |
Result
Possible errors
Code | Type | Description |
Can bots use this methd ?
yes
Related pages
How to fetch results from large lists of objects.
Contact list on the server is the same as the list on the client.
Last updated