892 B
892 B
title | description |
---|---|
contacts.importedContacts | contacts_importedContacts attributes, type and example |
Constructor: contacts.importedContacts
Attributes:
Name | Type | Required |
---|---|---|
imported | Array of ImportedContact | Yes |
retry_contacts | Array of long | Yes |
users | Array of User | Yes |
Type: contacts_ImportedContacts
Example:
$contacts_importedContacts = ['_' => 'contacts.importedContacts', 'imported' => [ImportedContact], 'retry_contacts' => [long], 'users' => [User], ];
Or, if you're into Lua:
contacts_importedContacts={_='contacts.importedContacts', imported={ImportedContact}, retry_contacts={long}, users={User}, }