2022-12-04 03:05:49 +02:00
|
|
|
name: InlineQueryResultType
|
|
|
|
|
description: |
|
2023-03-11 02:17:47 +02:00
|
|
|
Type of inline query result
|
2022-12-04 03:05:49 +02:00
|
|
|
|
2023-03-11 02:17:47 +02:00
|
|
|
Source: https://core.telegram.org/bots/api#inlinequeryresult
|
2022-12-04 03:05:49 +02:00
|
|
|
multi_parse:
|
|
|
|
|
attribute: type
|
2023-04-08 17:41:00 +03:00
|
|
|
regexp: "must be ([a-z_0-9]+)"
|
2022-12-04 03:05:49 +02:00
|
|
|
entities:
|
|
|
|
|
- InlineQueryResultCachedAudio
|
|
|
|
|
- InlineQueryResultCachedDocument
|
|
|
|
|
- InlineQueryResultCachedGif
|
|
|
|
|
- InlineQueryResultCachedMpeg4Gif
|
|
|
|
|
- InlineQueryResultCachedPhoto
|
|
|
|
|
- InlineQueryResultCachedSticker
|
|
|
|
|
- InlineQueryResultCachedVideo
|
|
|
|
|
- InlineQueryResultCachedVoice
|
|
|
|
|
- InlineQueryResultArticle
|
|
|
|
|
- InlineQueryResultAudio
|
|
|
|
|
- InlineQueryResultContact
|
|
|
|
|
- InlineQueryResultGame
|
|
|
|
|
- InlineQueryResultDocument
|
|
|
|
|
- InlineQueryResultGif
|
|
|
|
|
- InlineQueryResultLocation
|
|
|
|
|
- InlineQueryResultMpeg4Gif
|
|
|
|
|
- InlineQueryResultPhoto
|
|
|
|
|
- InlineQueryResultVenue
|
|
|
|
|
- InlineQueryResultVideo
|
|
|
|
|
- InlineQueryResultVoice
|