Package org.drinkless.tdlib
Class TdApi.StatisticalGraphError
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.StatisticalGraph
-
- org.drinkless.tdlib.TdApi.StatisticalGraphError
-
- Enclosing class:
- TdApi
public static class TdApi.StatisticalGraphError extends TdApi.StatisticalGraph
An error message to be shown to the user instead of the graph.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringerrorMessageThe error message.
-
Constructor Summary
Constructors Constructor Description StatisticalGraphError()An error message to be shown to the user instead of the graph.StatisticalGraphError(String errorMessage)An error message to be shown to the user instead of the graph.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
errorMessage
public String errorMessage
The error message.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StatisticalGraphError
public StatisticalGraphError()
An error message to be shown to the user instead of the graph.
-
StatisticalGraphError
public StatisticalGraphError(String errorMessage)
An error message to be shown to the user instead of the graph.- Parameters:
errorMessage- The error message.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-