public static class TdApi.StatisticalGraphError extends TdApi.StatisticalGraph
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
errorMessage
The error message.
|
| Constructor and Description |
|---|
StatisticalGraphError()
An error message to be shown to the user instead of the graph.
|
StatisticalGraphError(java.lang.String errorMessage)
An error message to be shown to the user instead of the graph.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String errorMessage
public static final int CONSTRUCTOR
public StatisticalGraphError()
public StatisticalGraphError(java.lang.String errorMessage)
errorMessage - The error message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object