TDLib v0.0.2 TDLib.Method.GetOption View Source
Returns the value of an option by its name. (Check the list of available options on https://core.telegram.org/tdlib/options.) This method can be called before authorization.
Returns object_ptr
Name | Type | Description |
---|---|---|
name | string | The name of the option. |
More details on telegram’s documentation.