Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data InlineQueryResults Source #
InlineQueryResults | Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query |
|
Instances
FromJSON InlineQueryResults Source # | |
Defined in TD.Data.InlineQueryResults parseJSON :: Value -> Parser InlineQueryResults # parseJSONList :: Value -> Parser [InlineQueryResults] # | |
Show InlineQueryResults Source # | |
Defined in TD.Data.InlineQueryResults showsPrec :: Int -> InlineQueryResults -> ShowS # show :: InlineQueryResults -> String # showList :: [InlineQueryResults] -> ShowS # | |
Eq InlineQueryResults Source # | |
Defined in TD.Data.InlineQueryResults (==) :: InlineQueryResults -> InlineQueryResults -> Bool # (/=) :: InlineQueryResults -> InlineQueryResults -> Bool # | |
ShortShow InlineQueryResults Source # | |
Defined in TD.Data.InlineQueryResults shortShow :: InlineQueryResults -> String Source # |