Inherits SuggestedAction.
Suggests the user to set a 2-step verification password to be able to log in again.
Public Fields | |
int32 | authorization_delay_ |
The number of days to pass between consecutive authorizations if the user declines to set password; if 0, then the user is advised to set the password for security reasons. | |
Public Instance Methods | |
suggestedActionSetPassword () | |
suggestedActionSetPassword (int32 authorization_delay_) | |
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 = 1863613848 |
Identifier uniquely determining a type of the object. | |
Suggests the user to set a 2-step verification password to be able to log in again.
|
explicit |
Suggests the user to set a 2-step verification password to be able to log in again.
[in] | authorization_delay_ | The number of days to pass between consecutive authorizations if the user declines to set password; if 0, then the user is advised to set the password for security reasons. |
|
finalvirtual |