Inherits Object.
Contains a list of sessions.
Public Fields | |
array< object_ptr< session > > | sessions_ |
List of sessions. | |
int32 | inactive_session_ttl_days_ |
Number of days of inactivity before sessions will automatically be terminated; 1-366 days. | |
Public Instance Methods | |
sessions () | |
sessions (array< object_ptr< session >> &&sessions_, int32 inactive_session_ttl_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 = 842912274 |
Identifier uniquely determining a type of the object. | |
sessions | ( | ) |
Contains a list of sessions.
sessions | ( | array< object_ptr< session >> && | sessions_, |
int32 | inactive_session_ttl_days_ | ||
) |
Contains a list of sessions.
[in] | sessions_ | List of sessions. |
[in] | inactive_session_ttl_days_ | Number of days of inactivity before sessions will automatically be terminated; 1-366 days. |
|
finalvirtual |