MadelineProtoDocs/docs/TD_docs/constructors/importedContacts.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

811 B

title description image
importedContacts Represent result for ImportContacts request https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: importedContacts

Back to constructors index

Represent result for ImportContacts request

Attributes:

Name Type Required Description
user_ids Array of int Yes User identifiers of imported contacts in the same order as they was specified in the request. 0 if contact is not yet registered
importer_count Array of int Yes Number of users which imported corresponding contact. 0 for already registered users or if unavailable

Type: ImportedContacts