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) from which the statistics are collected.
|
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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) from which the statistics are collected.entries - Network statistics entries.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object