public static class TdApi.UpdateOption extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update