SetOption constructor
- {required String name,
- OptionValue? value,
- int? extra,
- int? clientId}
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
Returns Ok
Implementation
SetOption