1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 15:07:21 +01:00
MadelineProto/docs/API_docs/constructors/contacts_found.md

456 B

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 = ['results' => [Peer], 'chats' => [Chat], 'users' => [User], ];