1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 22:07:46 +01:00
MadelineProto/docs/API_docs/constructors/contacts_importedContacts.md
2016-12-19 20:56:05 +03:00

590 B

Constructor: contacts_importedContacts

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], ];