Package org.drinkless.tdlib
Class TdApi.AddNetworkStatistics
- Enclosing class:
- TdApi
Adds the specified data to data usage statistics. Can be called before authorization.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The network statistics entry with the data to be added to statistics. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which adds the specified data to data usage statistics.Creates a function, which adds the specified data to data usage statistics. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
entry
The network statistics entry with the data to be added to statistics. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AddNetworkStatistics
public AddNetworkStatistics()Default constructor for a function, which adds the specified data to data usage statistics. Can be called before authorization.Returns
Ok -
AddNetworkStatistics
Creates a function, which adds the specified data to data usage statistics. Can be called before authorization.Returns
Ok- Parameters:
entry- The network statistics entry with the data to be added to statistics.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-