Class TdApi.OptionValueInteger

  • Enclosing class:
    TdApi

    public static class TdApi.OptionValueInteger
    extends TdApi.OptionValue
    An integer option.
    • Field Summary

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

      • value

        public int 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

      • OptionValueInteger

        public OptionValueInteger()
        Default constructor.
      • OptionValueInteger

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