Class TdApi.OptionValueBoolean

  • Enclosing class:
    TdApi

    public static class TdApi.OptionValueBoolean
    extends TdApi.OptionValue
    Boolean option.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      boolean value
      The value of the option.
    • Constructor Summary

      Constructors 
      Constructor Description
      OptionValueBoolean()
      Default constructor.
      OptionValueBoolean​(boolean value)
      Constructor for initialization of all fields.
    • 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()
        Default constructor.
      • OptionValueBoolean

        public OptionValueBoolean​(boolean value)
        Constructor for initialization of all fields.
        Parameters:
        value - The value of the option.