Raw.account.ConfirmPhone

Raw.account.ConfirmPhone

Confirm a phone number to cancel account deletion, for more info click here

account.confirmPhone#5f2178c3 phone_code_hash:string phone_code:string = Bool;
export namespace Raw {
  export namespace account {
    export class ConfirmPhone {
      constructor(params: { phoneCodeHash: string; phoneCode: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x5f2178c3

Property

  • phoneCodeHash : string

    Phone code hash, for more info click here

  • phoneCode : string

    Sms code, for more info click here

Results

boolean