Class TdApi.JsonValueBoolean

Enclosing class:
TdApi

public static class TdApi.JsonValueBoolean
extends TdApi.JsonValue
Represents a boolean JSON value.
  • Field Details

    • value

      public boolean value
      The value.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • JsonValueBoolean

      public JsonValueBoolean()
      Represents a boolean JSON value.
    • JsonValueBoolean

      public JsonValueBoolean​(boolean value)
      Represents a boolean JSON value.
      Parameters:
      value - boolean The value.
    • JsonValueBoolean

      public JsonValueBoolean​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details