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: ImportedContact[];
}

Properties

Properties

@type: "importContacts"
contacts: ImportedContact[]

The list of contacts to import or edit.