setOption¶
Sets the value of an option. (Check the list of available options on https://core.telegram.org/tdlib/options.) Only writable options can be set. Can be called before authorization
setOption(
name: string,
value: OptionValue
) → Ok