Inherits Update.
The freeze state of the current user's account has changed.
Public Fields | |
bool | is_frozen_ |
True, if the account is frozen. | |
int32 | freezing_date_ |
Point in time (Unix timestamp) when the account was frozen; 0 if the account isn't frozen. | |
int32 | deletion_date_ |
Point in time (Unix timestamp) when the account will be deleted and can't be unfrozen; 0 if the account isn't frozen. | |
string | appeal_link_ |
The link to open to send an appeal to unfreeze the account. | |
Public Instance Methods | |
updateFreezeState () | |
updateFreezeState (bool is_frozen_, int32 freezing_date_, int32 deletion_date_, string const &appeal_link_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = 1692410540 |
Identifier uniquely determining a type of the object. | |
The freeze state of the current user's account has changed.
updateFreezeState | ( | bool | is_frozen_, |
int32 | freezing_date_, | ||
int32 | deletion_date_, | ||
string const & | appeal_link_ | ||
) |
The freeze state of the current user's account has changed.
[in] | is_frozen_ | True, if the account is frozen. |
[in] | freezing_date_ | Point in time (Unix timestamp) when the account was frozen; 0 if the account isn't frozen. |
[in] | deletion_date_ | Point in time (Unix timestamp) when the account will be deleted and can't be unfrozen; 0 if the account isn't frozen. |
[in] | appeal_link_ | The link to open to send an appeal to unfreeze the account. |
|
finalvirtual |