2016-12-19 16:56:52 +01:00
|
|
|
## 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)
|
|
|
|
|
|
|
|
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$contacts_importedContacts = ['_' => contacts_importedContacts', 'imported' => [Vector t], 'retry_contacts' => [Vector t], 'users' => [Vector t], ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|