Raw.contacts.ImportContacts

Raw.contacts.ImportContacts

Imports contacts: saves a full list on the server, adds already registered contacts to the contact list, returns added contacts and their info.

contacts.importContacts#2c800be5 contacts:Vector<InputContact> = contacts.ImportedContacts;
export namespace Raw {
  export namespace contacts {
    export class ImportContacts {
      constructor(params: { contacts: Array<Raw.TypeInputContact> }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x2c800be5

Property

Results

Raw.contacts.TypeImportedContacts