Inherits ResetPasswordResult.
The password reset request is pending.
Public Fields | |
int32 | pending_reset_date_ |
Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword. | |
Public Instance Methods | |
resetPasswordResultPending () | |
resetPasswordResultPending (int32 pending_reset_date_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1193925721 |
Identifier uniquely determining a type of the object. | |
The password reset request is pending.
|
explicit |
The password reset request is pending.
[in] | pending_reset_date_ | Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword. |
|
finalvirtual |