List of all members | Public Fields | Public Instance Methods | Static Public Attributes
accountTtl Class Referencefinal

Inherits Object.

Description

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-366 days.
 

Public Instance Methods

 accountTtl ()
 
 accountTtl (int32 days_)
 
std::int32_t get_id () const final
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = 1324495492
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ accountTtl() [1/2]

Contains information about the period of inactivity after which the current user's account will automatically be deleted.

◆ accountTtl() [2/2]

accountTtl ( int32  days_)
explicit

Contains information about the period of inactivity after which the current user's account will automatically be deleted.

Parameters
[in]days_Number of days of inactivity before the account will be flagged for deletion; 30-366 days.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: