Module tdlight.api

Class TdApi.OptionValueBoolean

Enclosing class:
TdApi

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