mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
* Change `InlineQueryResultType.MPEG` to `InlineQueryResultType.MPEG4GIF` * Change regexp for parse entities * Use code generator to fix types * Add changelog
29 lines
817 B
YAML
29 lines
817 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_0-9]+)"
|
|
entities:
|
|
- InlineQueryResultCachedAudio
|
|
- InlineQueryResultCachedDocument
|
|
- InlineQueryResultCachedGif
|
|
- InlineQueryResultCachedMpeg4Gif
|
|
- InlineQueryResultCachedPhoto
|
|
- InlineQueryResultCachedSticker
|
|
- InlineQueryResultCachedVideo
|
|
- InlineQueryResultCachedVoice
|
|
- InlineQueryResultArticle
|
|
- InlineQueryResultAudio
|
|
- InlineQueryResultContact
|
|
- InlineQueryResultGame
|
|
- InlineQueryResultDocument
|
|
- InlineQueryResultGif
|
|
- InlineQueryResultLocation
|
|
- InlineQueryResultMpeg4Gif
|
|
- InlineQueryResultPhoto
|
|
- InlineQueryResultVenue
|
|
- InlineQueryResultVideo
|
|
- InlineQueryResultVoice
|