mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.0 KiB
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
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];