Class TdApi.OptionValueInteger

  • Enclosing class:
    TdApi

    public static class TdApi.OptionValueInteger
    extends TdApi.OptionValue
    Represents an integer option.
    • Field Detail

      • value

        public long 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()
        Represents an integer option.
      • OptionValueInteger

        public OptionValueInteger​(long value)
        Represents an integer option.
        Parameters:
        value - The value of the option.