public static class TdApi.StatisticalGraphAsync extends TdApi.StatisticalGraph
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
token
The token to use for data loading.
|
| Constructor and Description |
|---|
StatisticalGraphAsync()
The graph data to be asynchronously loaded through getStatisticalGraph.
|
StatisticalGraphAsync(java.lang.String token)
The graph data to be asynchronously loaded through getStatisticalGraph.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String token
public static final int CONSTRUCTOR
public StatisticalGraphAsync()
public StatisticalGraphAsync(java.lang.String token)
token - The token to use for data loading.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object