haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetOption

Synopsis

Documentation

data GetOption Source #

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

Constructors

GetOption 

Fields

Instances

Instances details
ToJSON GetOption Source # 
Instance details

Defined in TD.Query.GetOption

Show GetOption Source # 
Instance details

Defined in TD.Query.GetOption

Eq GetOption Source # 
Instance details

Defined in TD.Query.GetOption

ShortShow GetOption Source # 
Instance details

Defined in TD.Query.GetOption