Class TdApi.OptionValueInteger

Enclosing class:
TdApi

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

    • value

      public long value
      The value of the option.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • OptionValueInteger

      public OptionValueInteger()
      Represents an integer option.
    • OptionValueInteger

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

      public OptionValueInteger​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details