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

744 B

title description
contacts.importedContacts contacts_importedContacts attributes, type and example

Constructor: contacts.importedContacts

Back to constructors index

Attributes:

Name Type Required
imported Array of ImportedContact Required
retry_contacts Array of long Required
users Array of User Required

Type: contacts_ImportedContacts

Example:

$contacts_importedContacts = ['_' => 'contacts.importedContacts', 'imported' => [Vector t], 'retry_contacts' => [Vector t], 'users' => [Vector t], ];