1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 18:57:49 +01:00
MadelineProto/docs/API_docs/constructors/contacts_importedContacts.md

20 lines
590 B
Markdown
Raw Normal View History

## Constructor: contacts\_importedContacts
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|imported|Array of [ImportedContact](../types/ImportedContact.md) | Required|
|retry\_contacts|Array of [long](../types/long.md) | Required|
|users|Array of [User](../types/User.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$contacts_importedContacts = ['_' => contacts_importedContacts', 'imported' => [Vector t], 'retry_contacts' => [Vector t], 'users' => [Vector t], ];
```