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

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

Back to constructors index

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];