Class TdApi.OptionValueBoolean

  • Enclosing class:
    TdApi

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

      • value

        public boolean value
        The value of the option.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OptionValueBoolean

        public OptionValueBoolean()
        Represents a boolean option.
      • OptionValueBoolean

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