Package org.drinkless.tdlib
Class TdApi.StatisticalGraphAsync
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.StatisticalGraph
-
- org.drinkless.tdlib.TdApi.StatisticalGraphAsync
-
- Enclosing class:
- TdApi
public static class TdApi.StatisticalGraphAsync extends TdApi.StatisticalGraph
The graph data to be asynchronously loaded through getStatisticalGraph.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringtokenThe token to use for data loading.
-
Constructor Summary
Constructors Constructor Description StatisticalGraphAsync()The graph data to be asynchronously loaded through getStatisticalGraph.StatisticalGraphAsync(String token)The graph data to be asynchronously loaded through getStatisticalGraph.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
token
public String token
The token to use for data loading.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StatisticalGraphAsync
public StatisticalGraphAsync()
The graph data to be asynchronously loaded through getStatisticalGraph.
-
StatisticalGraphAsync
public StatisticalGraphAsync(String token)
The graph data to be asynchronously loaded through getStatisticalGraph.- Parameters:
token- The token to use for data loading.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-