public static class TdApi.GetJsonString extends TdApi.Function<TdApi.Text>
Returns Text
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.JsonValue |
jsonValue
The JsonValue object.
|
| Constructor and Description |
|---|
GetJsonString()
Default constructor for a function, which converts a JsonValue object to corresponding JSON-serialized string.
|
GetJsonString(TdApi.JsonValue jsonValue)
Creates a function, which converts a JsonValue object to corresponding JSON-serialized string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.JsonValue jsonValue
public static final int CONSTRUCTOR
public GetJsonString()
Returns Text
public GetJsonString(TdApi.JsonValue jsonValue)
Returns Text
jsonValue - The JsonValue object.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object