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