Class TdApi.GetJsonString

Enclosing class:
TdApi

public static class TdApi.GetJsonString
extends TdApi.Function
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
      Throws:
      IOException
  • Method Details