Raw.auth.CancelCode

Raw.auth.CancelCode

Cancel the login verification code

auth.cancelCode#1f040578 phone_number:string phone_code_hash:string = Bool;
export namespace Raw {
  export namespace auth {
    export class CancelCode {
      constructor(params: { phoneNumber: string; phoneCodeHash: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x1f040578

Property

  • phoneNumber : string

    Phone number

  • phoneCodeHash : string

    Phone code hash from auth.sendcode

Results

boolean