Module tdlight.api

Class TdApi.JsonValueBoolean

Enclosing class:
TdApi

public static final 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:
  • 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
      Represents a boolean JSON value.
      Throws:
      IOException
  • Method Details