mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Added basic support of Bot API 6.6 * Update descriptions * Added StickerFormat enum * Bump version * Refresh from docs * Fixed CommandStart * Fixed files uploading * Cover new functionality * Added changelog * Update texts
29 lines
814 B
YAML
29 lines
814 B
YAML
name: InlineQueryResultType
|
|
description: |
|
|
Type of inline query result
|
|
|
|
Source: https://core.telegram.org/bots/api#inlinequeryresult
|
|
multi_parse:
|
|
attribute: type
|
|
regexp: "must be ([a-z_]+)"
|
|
entities:
|
|
- InlineQueryResultCachedAudio
|
|
- InlineQueryResultCachedDocument
|
|
- InlineQueryResultCachedGif
|
|
- InlineQueryResultCachedMpeg4Gif
|
|
- InlineQueryResultCachedPhoto
|
|
- InlineQueryResultCachedSticker
|
|
- InlineQueryResultCachedVideo
|
|
- InlineQueryResultCachedVoice
|
|
- InlineQueryResultArticle
|
|
- InlineQueryResultAudio
|
|
- InlineQueryResultContact
|
|
- InlineQueryResultGame
|
|
- InlineQueryResultDocument
|
|
- InlineQueryResultGif
|
|
- InlineQueryResultLocation
|
|
- InlineQueryResultMpeg4Gif
|
|
- InlineQueryResultPhoto
|
|
- InlineQueryResultVenue
|
|
- InlineQueryResultVideo
|
|
- InlineQueryResultVoice
|