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