624 B
624 B
title | description |
---|---|
contacts.found | contacts_found attributes, type and example |
Constructor: contacts.found
Attributes:
Name | Type | Required |
---|---|---|
results | Array of Peer | Required |
chats | Array of Chat | Required |
users | Array of User | Required |
Type: contacts_Found
Example:
$contacts_found = ['_' => 'contacts.found', 'results' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];