MadelineProto/old_docs/API_docs_v25/constructors/contacts_found.md

28 lines
565 B
Markdown
Raw Normal View History

---
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 [ContactFound](../types/ContactFound.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], 'users' => [Vector t], ];
```