account.resetPasswordFailedWait
You recently requested a password reset that was canceled, please wait until the specified date before requesting another reset.
type tg.AccountResetPasswordFailedWait struct { /* ... */ }
Implements account.ResetPasswordResult.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
RetryDate | int | yes | Wait until this date before requesting another reset. |
References
- Official documentation
- Generated Go reference
- TL definition:
account.resetPasswordFailedWait#e3779861