public static class TdApi.GetOption extends TdApi.Function
Returns OptionValue
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
The name of the option.
|
Constructor and Description |
---|
GetOption()
Default constructor for a function, which returns the value of an option by its name.
|
GetOption(java.lang.String name)
Creates a function, which returns the value of an option by its name.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String name
public static final int CONSTRUCTOR
public GetOption()
Returns OptionValue
public GetOption(java.lang.String name)
Returns OptionValue
name
- The name of the option.public int getConstructor()
getConstructor
in class TdApi.Function