Module tdlight.api

Class TdApi.OptionValueInteger

Enclosing class:
TdApi

public static final 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:
  • 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
      Represents an integer option.
      Throws:
      IOException
  • Method Details