Interface GetJsonString

Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously. Request type for Tdjson#getJsonString.

interface GetJsonString {
    @type: "getJsonString";
    json_value: JsonValue;
}

Properties

Properties

@type: "getJsonString"
json_value: JsonValue

The JsonValue object.