mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1011 B
1011 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
contacts.contacts | The current user's contact list and info on users. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/contacts_contacts.html |
Constructor: contacts.contacts
The current user's contact list and info on users.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
contacts | Array of Contact | Yes | Contact list |
saved_count | int | Yes | Number of contacts that were saved successfully |
users | Array of User | Yes | User list |
Type: contacts.Contacts
Example:
$contacts_contacts = ['_' => 'contacts.contacts', 'contacts' => [Contact, Contact], 'saved_count' => int, 'users' => [User, User]];