MadelineProto/docs/API_docs/constructors/contacts_contacts.md

19 lines
439 B
Markdown
Raw Normal View History

## Constructor: contacts\_contacts
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|contacts|Array of [Contact](../types/Contact.md) | Required|
|users|Array of [User](../types/User.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [contacts\_Contacts](../types/contacts_Contacts.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$contacts_contacts = ['_' => contacts_contacts', 'contacts' => [Vector t], 'users' => [Vector t], ];
```