SetOption constructor

SetOption(
  1. {required String name,
  2. OptionValue? value,
  3. int? extra,
  4. 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