Package it.tdlight.jni
Class TdApi.StatisticalGraphAsync
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StatisticalGraph
it.tdlight.jni.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 int
CONSTRUCTOR
String
token
The token to use for data loading. -
Constructor Summary
Constructors Constructor Description StatisticalGraphAsync()
The graph data to be asynchronously loaded through getStatisticalGraph.StatisticalGraphAsync(DataInput input)
StatisticalGraphAsync(String token)
The graph data to be asynchronously loaded through getStatisticalGraph. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutputStream output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
token
The token to use for data loading. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
StatisticalGraphAsync
public StatisticalGraphAsync()The graph data to be asynchronously loaded through getStatisticalGraph. -
StatisticalGraphAsync
The graph data to be asynchronously loaded through getStatisticalGraph.- Parameters:
token
- String The token to use for data loading.
-
StatisticalGraphAsync
- 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()
-