Returns the current user's contact list.
contacts.contactsNotModified#b74ba9d2 = contacts.Contacts;
contacts.contacts#6f8b8cb2 contacts:Vector<Contact> users:Vector<User> = contacts.Contacts;
---functions---
contacts.getContacts#22c6aa08 hash:string = contacts.Contacts;
Name | Type | Description |
---|---|---|
hash | long | 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. |
How to fetch results from large lists of objects.
Contact list on the server is the same as the list on the client.