public static class TdApi.GetStatisticalGraph extends TdApi.Function
Returns StatisticalGraph
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function