public static class TdApi.OptionValueInteger extends TdApi.OptionValue
TdApi.OptionValue.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
value
The value of the option.
|
Constructor and Description |
---|
OptionValueInteger()
Represents an integer option.
|
OptionValueInteger(long value)
Represents an integer option.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long value
public static final int CONSTRUCTOR
public OptionValueInteger()
public OptionValueInteger(long value)
value
- The value of the option.public int getConstructor()
getConstructor
in class TdApi.OptionValue