mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:27:20 +01:00
18 lines
407 B
Markdown
18 lines
407 B
Markdown
|
## Constructor: contacts\_contacts
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|contacts|Array of [Contact](../types/Contact.md) | Required|
|
||
|
|users|Array of [User](../types/User.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [contacts\_Contacts](../types/contacts\_Contacts.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$contacts_contacts = ['contacts' => [Contact], 'users' => [User], ];
|
||
|
```
|