Constructor: contacts.found
Users found by name substring and auxiliary data.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
my_results | Array of Peer | Yes | Personalized results |
results | Array of Peer | Yes | List of found user identifiers |
chats | Array of Chat | Yes | Found chats |
users | Array of User | Yes | List of users |
Type: contacts.Found
Example:
$contacts_found = ['_' => 'contacts.found', 'my_results' => [Peer, Peer], 'results' => [Peer, Peer], 'chats' => [Chat, Chat], 'users' => [User, User]];