MadelineProto/docs/API_docs/constructors/contacts_found.md
2016-12-20 13:32:11 +01:00

27 lines
620 B
Markdown

---
title: contacts_found
description: contacts_found attributes, type and example
---
## Constructor: contacts\_found
[Back to constructors index](index.md)
### 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 = ['_' => contacts_found', 'results' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
```