MadelineProtoDocs/docs/TD_docs/methods/getOption.md

760 B

title: getOption description: Returns value of an option by its name. See list of available options on https: core.telegram.org/tdlib/options. Can be called before authorization image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: getOption

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Returns value of an option by its name. See list of available options on https: core.telegram.org/tdlib/options. Can be called before authorization

Parameters:

Name Type Description Required
name string Name of the option Yes

Return type: OptionValue