public static class TdApi.AddNetworkStatistics extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.NetworkStatisticsEntry |
entry
The network statistics entry with the data to be added to statistics.
|
| Constructor and Description |
|---|
AddNetworkStatistics()
Default constructor for a function, which adds the specified data to data usage statistics.
|
AddNetworkStatistics(TdApi.NetworkStatisticsEntry entry)
Creates a function, which adds the specified data to data usage statistics.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.NetworkStatisticsEntry entry
public static final int CONSTRUCTOR
public AddNetworkStatistics()
Returns Ok
public AddNetworkStatistics(TdApi.NetworkStatisticsEntry entry)
Returns Ok
entry - The network statistics entry with the data to be added to statistics.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object