| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetInlineGameHighScores
Documentation
data GetInlineGameHighScores Source #
Returns game high scores and some part of the high score table in the range of the specified user; for bots only. Returns GameHighScores
Constructors
| GetInlineGameHighScores | |
Instances
| ToJSON GetInlineGameHighScores Source # | |
Defined in TD.Query.GetInlineGameHighScores Methods toJSON :: GetInlineGameHighScores -> Value # toEncoding :: GetInlineGameHighScores -> Encoding # toJSONList :: [GetInlineGameHighScores] -> Value # | |
| Show GetInlineGameHighScores Source # | |
Defined in TD.Query.GetInlineGameHighScores Methods showsPrec :: Int -> GetInlineGameHighScores -> ShowS # show :: GetInlineGameHighScores -> String # showList :: [GetInlineGameHighScores] -> ShowS # | |
| Eq GetInlineGameHighScores Source # | |
Defined in TD.Query.GetInlineGameHighScores Methods (==) :: GetInlineGameHighScores -> GetInlineGameHighScores -> Bool # (/=) :: GetInlineGameHighScores -> GetInlineGameHighScores -> Bool # | |
| ShortShow GetInlineGameHighScores Source # | |
Defined in TD.Query.GetInlineGameHighScores Methods | |