Raw.auth.PasswordRecovery
Recovery info of a 2fa password, only for accounts with a recovery email configured.
auth.passwordRecovery#137948a5 email_pattern:string = auth.PasswordRecovery;
export namespace Raw {
export namespace auth {
export class PasswordRecovery {
constructor(params: { emailPattern: string }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x137948a5
Property
emailPattern
: stringThe email to which the recovery code was sent must match this pattern.