| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetGameScore
Synopsis
- data SetGameScore = SetGameScore {}
- defaultSetGameScore :: SetGameScore
Documentation
data SetGameScore Source #
Updates the game score of the specified user in the game; for bots only. Returns Message
Constructors
| SetGameScore | |
Fields
| |
Instances
| ToJSON SetGameScore Source # | |
Defined in TD.Query.SetGameScore Methods toJSON :: SetGameScore -> Value # toEncoding :: SetGameScore -> Encoding # toJSONList :: [SetGameScore] -> Value # toEncodingList :: [SetGameScore] -> Encoding # | |
| Show SetGameScore Source # | |
Defined in TD.Query.SetGameScore Methods showsPrec :: Int -> SetGameScore -> ShowS # show :: SetGameScore -> String # showList :: [SetGameScore] -> ShowS # | |
| Eq SetGameScore Source # | |
Defined in TD.Query.SetGameScore | |
| ShortShow SetGameScore Source # | |
Defined in TD.Query.SetGameScore Methods shortShow :: SetGameScore -> String Source # | |