MadelineProtoDocs/docs/TD_docs/methods/setOption.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

860 B

title: setOption description: Sets value of an option. See list of available options on https: core.telegram.org/tdlib/options. Only writable options can be set. Can be called before authorization image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: setOption

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Sets value of an option. See list of available options on https: core.telegram.org/tdlib/options. Only writable options can be set. Can be called before authorization

Parameters:

Name Type Required Description
name string Yes Name of the option
value OptionValue Optional New value of the option

Return type: Ok