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

19 lines
456 B
Markdown
Raw Normal View History

## Constructor: contacts\_found
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|results|Array of [Peer](../types/Peer.md) | Required|
|chats|Array of [Chat](../types/Chat.md) | Required|
|users|Array of [User](../types/User.md) | Required|
### Type: [contacts\_Found](../types/contacts\_Found.md)
### Example:
```
$contacts_found = ['results' => [Peer], 'chats' => [Chat], 'users' => [User], ];
```