auth.PasswordRecovery
- class pyrogram.raw.base.auth.PasswordRecovery
Recovery info of a 2FA password, only for accounts with a recovery email configured.
- Constructors:
This base type has 1 constructor available.
Recovery info of a 2FA password, only for accounts with a recovery email configured.
- Functions:
This object can be returned by 1 function.
Request recovery code of a 2FA password, only for accounts with a recovery email configured.
TL Schema
auth.passwordRecovery#137948a5
email_pattern:string
= auth.PasswordRecovery
Parameter Tree
PasswordRecovery
└── email_pattern →
stringExample
PasswordRecovery(
email_pattern="text",
)