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