- Enclosing class:
- TdApi
Returns the value of an option by its
name. (Check the list of available
options on https://core.telegram.org/tdlib/options.)
Can be called before authorization.
Returns OptionValue
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The name of the option. -
Constructor Summary
-
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
name
The name of the option. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetOption
public GetOption()Returns the value of an option by its name. (Check the list of available options on https://core.telegram.org/tdlib/options.) Can be called before authorization.Returns
OptionValue
-
GetOption
Returns the value of an option by its name. (Check the list of available options on https://core.telegram.org/tdlib/options.) Can be called before authorization.Returns
OptionValue
- Parameters:
name
- String The name of the option.
-
GetOption
Returns the value of an option by its name. (Check the list of available options on https://core.telegram.org/tdlib/options.) Can be called before authorization.Returns
OptionValue
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-