Inherits Object.
Contains information about the period of inactivity after which the current user's account will automatically be deleted.
Public Fields | |
int32 | days_ |
Number of days of inactivity before the account will be flagged for deletion; 30-730 days. | |
Public Instance Methods | |
accountTtl () | |
accountTtl (int32 days_) | |
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 = 1324495492 |
Identifier uniquely determining a type of the object. | |
accountTtl | ( | ) |
Contains information about the period of inactivity after which the current user's account will automatically be deleted.
|
explicit |
Contains information about the period of inactivity after which the current user's account will automatically be deleted.
[in] | days_ | Number of days of inactivity before the account will be flagged for deletion; 30-730 days. |
|
finalvirtual |