Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetCommands = GetCommands {}
- defaultGetCommands :: GetCommands
Documentation
data GetCommands Source #
Returns the list of commands supported by the bot for the given user scope and language; for bots only. Returns BotCommands
GetCommands | |
|
Instances
ToJSON GetCommands Source # | |
Defined in TD.Query.GetCommands toJSON :: GetCommands -> Value # toEncoding :: GetCommands -> Encoding # toJSONList :: [GetCommands] -> Value # toEncodingList :: [GetCommands] -> Encoding # | |
Show GetCommands Source # | |
Defined in TD.Query.GetCommands showsPrec :: Int -> GetCommands -> ShowS # show :: GetCommands -> String # showList :: [GetCommands] -> ShowS # | |
Eq GetCommands Source # | |
Defined in TD.Query.GetCommands (==) :: GetCommands -> GetCommands -> Bool # (/=) :: GetCommands -> GetCommands -> Bool # | |
ShortShow GetCommands Source # | |
Defined in TD.Query.GetCommands shortShow :: GetCommands -> String Source # |