29 lines
625 B
Markdown
29 lines
625 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], ];
|
|
```
|
|
|