public static class TdApi.UpdateOption extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
The option name.
|
TdApi.OptionValue |
value
The new option value.
|
| Constructor and Description |
|---|
UpdateOption()
An option changed its value.
|
UpdateOption(java.lang.String name,
TdApi.OptionValue value)
An option changed its value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public TdApi.OptionValue value
public static final int CONSTRUCTOR
public UpdateOption()
public UpdateOption(java.lang.String name,
TdApi.OptionValue value)
name - The option name.value - The new option value.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object