Package org.drinkless.tdlib
Class TdApi.GetStatisticalGraph
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.StatisticalGraph>
org.drinkless.tdlib.TdApi.GetStatisticalGraph
- Enclosing class:
- TdApi
Loads an asynchronous or a zoomed in statistical graph.
Returns StatisticalGraph
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.The token for graph loading.longX-value for zoomed in graph or 0 otherwise. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which loads an asynchronous or a zoomed in statistical graph.GetStatisticalGraph(long chatId, String token, long x) Creates a function, which loads an asynchronous or a zoomed in statistical graph. -
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
-
chatId
public long chatIdChat identifier. -
token
The token for graph loading. -
x
public long xX-value for zoomed in graph or 0 otherwise. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetStatisticalGraph
public GetStatisticalGraph()Default constructor for a function, which loads an asynchronous or a zoomed in statistical graph.Returns
StatisticalGraph -
GetStatisticalGraph
Creates a function, which loads an asynchronous or a zoomed in statistical graph.Returns
StatisticalGraph- Parameters:
chatId- Chat identifier.token- The token for graph loading.x- X-value for zoomed in graph or 0 otherwise.
-
-
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
-