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