GetOption constructor

GetOption(
  1. {required String name,
  2. int? extra,
  3. int? clientId}
)

Returns the value of an option by its name. (Check the list of available options on https://core.telegram.org/tdlib/options.) Can be called before authorization. Can be called synchronously for options "version" and "commit_hash"

Returns OptionValue

Implementation

GetOption