Raw.account.ResetPasswordFailedWait
You recently requested a password reset that was canceled, please wait until the specified date before requesting another reset.
account.resetPasswordFailedWait#e3779861 retry_date:int = account.ResetPasswordResult;
export namespace Raw {
export namespace account {
export class ResetPasswordFailedWait {
constructor(params: { retryDate: number }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xe3779861
Property
retryDate
: numberWait until this date before requesting another reset.