public static class TdApi.AddNetworkStatistics extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function