public static class TdApi.GetJsonValue extends TdApi.Function
Returns JsonValue
TdApi.Function.Constructors| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
json
The JSON-serialized string.
|
| Constructor and Description |
|---|
GetJsonValue()
Default constructor for a function, which converts a JSON-serialized string to corresponding JsonValue object.
|
GetJsonValue(java.lang.String json)
Creates a function, which converts a JSON-serialized string to corresponding JsonValue object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic java.lang.String json
public static final int CONSTRUCTOR
public GetJsonValue()
Returns JsonValue
public GetJsonValue(java.lang.String json)
Returns JsonValue
json - The JSON-serialized string.public int getConstructor()
getConstructor in class TdApi.Function