- Enclosing class:
- TdApi
Loads an asynchronous or a zoomed in statistical graph.
Returns
StatisticalGraph
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
The token for graph loading.long
X-value for zoomed in graph or 0 otherwise. -
Constructor Summary
ConstructorDescriptionLoads an asynchronous or a zoomed in statistical graph.GetStatisticalGraph
(long chatId, String token, long x) Loads an asynchronous or a zoomed in statistical graph.GetStatisticalGraph
(DataInput input) Loads an asynchronous or a zoomed in statistical graph. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
token
The token for graph loading. -
x
public long xX-value for zoomed in graph or 0 otherwise. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetStatisticalGraph
public GetStatisticalGraph()Loads an asynchronous or a zoomed in statistical graph. ReturnsStatisticalGraph
-
GetStatisticalGraph
Loads an asynchronous or a zoomed in statistical graph. ReturnsStatisticalGraph
- Parameters:
chatId
- long Chat identifier.token
- String The token for graph loading.x
- long X-value for zoomed in graph or 0 otherwise.
-
GetStatisticalGraph
Loads an asynchronous or a zoomed in statistical graph. ReturnsStatisticalGraph
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-