Module tdlight.api

Class TdApi.GetJsonString

Enclosing class:
TdApi

public static final class TdApi.GetJsonString extends TdApi.Function<TdApi.Text>
Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously. Returns Text
  • Field Details

  • Constructor Details

    • GetJsonString

      public GetJsonString()
      Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously. Returns Text
    • GetJsonString

      public GetJsonString(TdApi.JsonValue jsonValue)
      Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously. Returns Text
      Parameters:
      jsonValue - JsonValue The JsonValue object.
    • GetJsonString

      public GetJsonString(DataInput input) throws IOException
      Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously. Returns Text
      Throws:
      IOException
  • Method Details