MadelineProtoDocs/docs/API_docs/constructors/account.resetPasswordFailedWait.md
2024-05-01 14:53:46 +02:00

1.0 KiB

title description nav_exclude image redirect_from
account.resetPasswordFailedWait You recently requested a password reset that was canceled, please wait until the specified date before requesting another reset. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/account_resetPasswordFailedWait.html

Constructor: account.resetPasswordFailedWait

Back to constructors index

You recently requested a password reset that was canceled, please wait until the specified date before requesting another reset.

Attributes:

Name Type Required Description
retry_date int Yes Wait until this date before requesting another reset.

Type: account.ResetPasswordResult

Example:

$account_resetPasswordFailedWait = ['_' => 'account.resetPasswordFailedWait', 'retry_date' => int];