MadelineProto/old_docs/API_docs_v41/constructors/contacts_importedContacts.md

29 lines
744 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: contacts.importedContacts
description: contacts_importedContacts attributes, type and example
---
2017-01-19 23:02:27 +01:00
## 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:
```
2017-01-19 23:02:27 +01:00
$contacts_importedContacts = ['_' => 'contacts.importedContacts', 'imported' => [Vector t], 'retry_contacts' => [Vector t], 'users' => [Vector t], ];
```