Raw.account.SendConfirmPhoneCode

Raw.account.SendConfirmPhoneCode

Send confirmation code to cancel account deletion, for more info click here

account.sendConfirmPhoneCode#1b3faa88 hash:string settings:CodeSettings = auth.SentCode;
export namespace Raw {
  export namespace account {
    export class SendConfirmPhoneCode {
      constructor(params: { hash: string; settings: Raw.TypeCodeSettings }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x1b3faa88

Property

  • hash : string

    The hash from the service notification, for more info click here

  • settings : Raw.TypeCodeSettings

    Phone code settings

Results

Raw.auth.TypeSentCode