account.ResetPasswordRequestedWait
- class pyrogram.raw.types.account.ResetPasswordRequestedWait
You successfully requested a password reset, please wait until the specified date before finalizing the reset.
Constructor of
ResetPasswordResult.- Details:
Layer:
223ID:
E9EFFC7D
- Parameters:
until_date (
int32-bit) – Wait until this date before finalizing the reset.
- Functions:
This object can be returned by 1 function.
Initiate a 2FA password reset: can only be used if the user is already logged-in, see here for more info »
TL Schema
account.resetPasswordRequestedWait#e9effc7d
until_date:int
= account.ResetPasswordResult
Parameter Tree
ResetPasswordRequestedWait
└── until_date →
intExample
ResetPasswordRequestedWait(
until_date=0,
)