account.ResetPasswordFailedWait
- class pyrogram.raw.types.account.ResetPasswordFailedWait
You recently requested a password reset that was canceled, please wait until the specified date before requesting another reset.
Constructor of
ResetPasswordResult.- Details:
Layer:
223ID:
E3779861
- Parameters:
retry_date (
int32-bit) – Wait until this date before requesting another 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.resetPasswordFailedWait#e3779861
retry_date:int
= account.ResetPasswordResult
Parameter Tree
ResetPasswordFailedWait
└── retry_date →
intExample
ResetPasswordFailedWait(
retry_date=0,
)