Raw.ImportedContact

Raw.ImportedContact

Successfully imported contact.

importedContact#c13e3c50 user_id:long client_id:long = ImportedContact;
export namespace Raw {
  export class ImportedContact {
    constructor(params: { userId: bigint; clientId: bigint }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xc13e3c50

Property

  • userId : bigint

    User identifier

  • clientId : bigint

    The contact’s client identifier (passed to one of the inputcontact constructors)