public static class TdApi.OptionValueString extends TdApi.OptionValue
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
value
The value of the option.
|
| Constructor and Description |
|---|
OptionValueString()
Represents a string option.
|
OptionValueString(java.lang.String value)
Represents a string option.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String value
public static final int CONSTRUCTOR
public OptionValueString()
public OptionValueString(java.lang.String value)
value - The value of the option.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object