public static class TdApi.OptionValueInteger extends TdApi.OptionValue
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long value
public static final int CONSTRUCTOR
public OptionValueInteger()
public OptionValueInteger(long value)
value - The value of the option.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object