| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetCommands
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
Constructors
| SetCommands | |
Fields
| |
Instances
| ToJSON SetCommands Source # | |
Defined in TD.Query.SetCommands Methods toJSON :: SetCommands -> Value # toEncoding :: SetCommands -> Encoding # toJSONList :: [SetCommands] -> Value # toEncodingList :: [SetCommands] -> Encoding # | |
| Show SetCommands Source # | |
Defined in TD.Query.SetCommands Methods showsPrec :: Int -> SetCommands -> ShowS # show :: SetCommands -> String # showList :: [SetCommands] -> ShowS # | |
| Eq SetCommands Source # | |
Defined in TD.Query.SetCommands | |
| ShortShow SetCommands Source # | |
Defined in TD.Query.SetCommands Methods shortShow :: SetCommands -> String Source # | |