MadelineProto/docs/TD_docs/methods/setOption.md
2017-08-25 14:43:29 +02:00

706 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

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

Params:

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

Return type: Ok