mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:07:21 +01:00
456 B
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], ];