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]];