MadelineProto/old_docs/API_docs_v18/constructors/contacts_importedContacts.md
2017-01-19 23:02:27 +01:00

29 lines
744 B
Markdown

---
title: contacts.importedContacts
description: contacts_importedContacts attributes, type and example
---
## Constructor: contacts.importedContacts
[Back to constructors index](index.md)
### 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|
### Type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md)
### Example:
```
$contacts_importedContacts = ['_' => 'contacts.importedContacts', 'imported' => [Vector t], 'retry_contacts' => [Vector t], 'users' => [Vector t], ];
```