public static class TdApi.NetworkStatistics extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.NetworkStatisticsEntry[] |
entries
Network statistics entries.
|
int |
sinceDate
Point in time (Unix timestamp) when the app began collecting statistics.
|
Constructor and Description |
---|
NetworkStatistics()
A full list of available network statistic entries.
|
NetworkStatistics(int sinceDate,
TdApi.NetworkStatisticsEntry[] entries)
A full list of available network statistic entries.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int sinceDate
public TdApi.NetworkStatisticsEntry[] entries
public static final int CONSTRUCTOR
public NetworkStatistics()
public NetworkStatistics(int sinceDate, TdApi.NetworkStatisticsEntry[] entries)
sinceDate
- Point in time (Unix timestamp) when the app began collecting statistics.entries
- Network statistics entries.public int getConstructor()
getConstructor
in class TdApi.Object