Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data InlineQueryResult = InlineQueryResult {}
- newtype InlineQueryResultId = InlineQueryResultId Text
- data InlineQueryResultType
- = InlineQueryResultCachedAudio
- | InlineQueryResultCachedDocument
- | InlineQueryResultCachedGif
- | InlineQueryResultCachedMpeg4Gif
- | InlineQueryResultCachedPhoto
- | InlineQueryResultCachedSticker
- | InlineQueryResultCachedVideo
- | InlineQueryResultCachedVoice
- | InlineQueryResultArticle
- | InlineQueryResultAudio
- | InlineQueryResultContact
- | InlineQueryResultGame
- | InlineQueryResultDocument
- | InlineQueryResultGif
- | InlineQueryResultLocation
- | InlineQueryResultMpeg4Gif
- | InlineQueryResultPhoto
- | InlineQueryResultVenue
- | InlineQueryResultVideo
- | InlineQueryResultVoice
- getType :: InlineQueryResultType -> Text
Documentation
data InlineQueryResult Source #
This object represents one result of an inline query
InlineQueryResult | |
|
Instances
newtype InlineQueryResultId Source #
Instances
data InlineQueryResultType Source #
Type of inline query result
Instances
getType :: InlineQueryResultType -> Text Source #