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.resetPasswordRequestedWait | You successfully requested a password reset, please wait until the specified date before finalizing the reset. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_resetPasswordRequestedWait.html |
Constructor: account.resetPasswordRequestedWait
You successfully requested a password reset, please wait until the specified date before finalizing the reset.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
until_date | int | Yes | Wait until this date before finalizing the reset. |
Type: account.ResetPasswordResult
Example:
$account_resetPasswordRequestedWait = ['_' => 'account.resetPasswordRequestedWait', 'until_date' => int];