Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SetInlineGameScore Source #
Updates the game score of the specified user in a game; for bots only. Returns Ok
SetInlineGameScore | |
|
Instances
ToJSON SetInlineGameScore Source # | |
Defined in TD.Query.SetInlineGameScore toJSON :: SetInlineGameScore -> Value # toEncoding :: SetInlineGameScore -> Encoding # toJSONList :: [SetInlineGameScore] -> Value # toEncodingList :: [SetInlineGameScore] -> Encoding # | |
Show SetInlineGameScore Source # | |
Defined in TD.Query.SetInlineGameScore showsPrec :: Int -> SetInlineGameScore -> ShowS # show :: SetInlineGameScore -> String # showList :: [SetInlineGameScore] -> ShowS # | |
Eq SetInlineGameScore Source # | |
Defined in TD.Query.SetInlineGameScore (==) :: SetInlineGameScore -> SetInlineGameScore -> Bool # (/=) :: SetInlineGameScore -> SetInlineGameScore -> Bool # | |
ShortShow SetInlineGameScore Source # | |
Defined in TD.Query.SetInlineGameScore shortShow :: SetInlineGameScore -> String Source # |