826 B
826 B
title | description | image |
---|---|---|
contacts.found | Found | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: contacts.found
Found
Attributes:
Name | Type | Required | Description |
---|---|---|---|
results | Array of Peer | Yes | Results |
chats | Array of Chat | Yes | Chats |
users | Array of User | Yes | Users |
Type: contacts_Found
Example:
$contacts_found = ['_' => 'contacts.found', 'results' => [Peer, Peer], 'chats' => [Chat, Chat], 'users' => [User, User]];
Or, if you're into Lua:
contacts_found={_='contacts.found', results={Peer}, chats={Chat}, users={User}}