public static class TdApi.GetStatisticalGraph extends TdApi.Function<TdApi.StatisticalGraph>
Returns StatisticalGraph
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
token
The token for graph loading.
|
long |
x
X-value for zoomed in graph or 0 otherwise.
|
| Constructor and Description |
|---|
GetStatisticalGraph()
Default constructor for a function, which loads an asynchronous or a zoomed in statistical graph.
|
GetStatisticalGraph(long chatId,
java.lang.String token,
long x)
Creates a function, which loads an asynchronous or a zoomed in statistical graph.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public java.lang.String token
public long x
public static final int CONSTRUCTOR
public GetStatisticalGraph()
Returns StatisticalGraph
public GetStatisticalGraph(long chatId,
java.lang.String token,
long x)
Returns StatisticalGraph
chatId - Chat identifier.token - The token for graph loading.x - X-value for zoomed in graph or 0 otherwise.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object