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
: stringPhone code hash, for more info click here
phoneCode
: stringSms code, for more info click here