mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
* Change `InlineQueryResultType.MPEG` to `InlineQueryResultType.MPEG4GIF` * Change regexp for parse entities * Use code generator to fix types * Add changelog
4 lines
245 B
ReStructuredText
4 lines
245 B
ReStructuredText
Change type of result in InlineQueryResult enum for `InlineQueryResultCachedMpeg4Gif`
|
|
and `InlineQueryResultMpeg4Gif` to more correct according to documentation.
|
|
|
|
Change regexp for entities parsing to more correct (`InlineQueryResultType.yml`).
|