Raw.contacts.ImportContactToken

Raw.contacts.ImportContactToken

Obtain user info from a temporary profile link.

contacts.importContactToken#13005788 token:string = User;
export namespace Raw {
  export namespace contacts {
    export class ImportContactToken {
      constructor(params: { token: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x13005788

Property

  • token : string

    The token extracted from the temporary profile link.

Results

Raw.TypeUser