Raw.auth.CheckRecoveryPassword
Check if the 2fa recovery code sent using auth.requestpasswordrecovery is valid, before passing it to auth.recoverpassword.
auth.checkRecoveryPassword#d36bf79 code:string = Bool;
export namespace Raw {
export namespace auth {
export class CheckRecoveryPassword {
constructor(params: { code: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xd36bf79
Property
code
: stringCode received via email