Inherits Object.
A full list of available network statistic entries.
Public Fields | |
int32 | since_date_ |
Point in time (Unix timestamp) from which the statistics are collected. | |
array< object_ptr< NetworkStatisticsEntry > > | entries_ |
Network statistics entries. | |
Public Instance Methods | |
networkStatistics () | |
networkStatistics (int32 since_date_, array< object_ptr< NetworkStatisticsEntry >> &&entries_) | |
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 = 1615554212 |
Identifier uniquely determining a type of the object. | |
A full list of available network statistic entries.
networkStatistics | ( | int32 | since_date_, |
array< object_ptr< NetworkStatisticsEntry >> && | entries_ | ||
) |
A full list of available network statistic entries.
[in] | since_date_ | Point in time (Unix timestamp) from which the statistics are collected. |
[in] | entries_ | Network statistics entries. |
|
finalvirtual |