Interface ImportContacts

Adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored. Request type for Tdjson#importContacts.

interface ImportContacts {
    @type: "importContacts";
    contacts: Contact[];
}

Properties

Properties

@type: "importContacts"
contacts: Contact[]

The list of contacts to import or edit; contacts' vCard are ignored and are not imported.