Package org.drinkless.tdlib
Class TdApi.GetStatisticalGraph
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetStatisticalGraph
-
- Enclosing class:
- TdApi
public static class TdApi.GetStatisticalGraph extends TdApi.Function
Loads an asynchronous or a zoomed in statistical graph.Returns
StatisticalGraph
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.StringtokenThe token for graph loading.longxX-value for zoomed in graph or 0 otherwise.
-
Constructor Summary
Constructors Constructor Description GetStatisticalGraph()Default 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
token
public String token
The token for graph loading.
-
x
public long x
X-value for zoomed in graph or 0 otherwise.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetStatisticalGraph
public GetStatisticalGraph()
Default constructor for a function, which loads an asynchronous or a zoomed in statistical graph.Returns
StatisticalGraph
-
GetStatisticalGraph
public GetStatisticalGraph(long chatId, String token, long x)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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-