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