GetContacts¶
-
class
pyrogram.raw.functions.contacts.
GetContacts
¶ Returns the current user’s contact list.
- Details
Layer:
126
ID:
0xc023849f
- Parameters
hash (
int
32-bit
) – 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.
- Returns
contacts.Contacts
– Info on the current user’s contact list.