Class TdApi.OptionValueBoolean

Enclosing class:
TdApi

public static class TdApi.OptionValueBoolean
extends TdApi.OptionValue
Represents a boolean option.
  • Field Details

    • value

      public boolean value
      The value of the option.
    • CONSTRUCTOR

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

    • OptionValueBoolean

      public OptionValueBoolean()
      Represents a boolean option.
    • OptionValueBoolean

      public OptionValueBoolean​(boolean value)
      Represents a boolean option.
      Parameters:
      value - boolean The value of the option.
    • OptionValueBoolean

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