mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 14:27:21 +01:00
19 lines
456 B
Markdown
19 lines
456 B
Markdown
|
## 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], ];
|
||
|
```
|