mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Change InlineQueryResultType.MPEG to more correct (#1146)
* Change `InlineQueryResultType.MPEG` to `InlineQueryResultType.MPEG4GIF` * Change regexp for parse entities * Use code generator to fix types * Add changelog
This commit is contained in:
parent
268b7e759d
commit
46a7beb668
5 changed files with 8 additions and 4 deletions
4
CHANGES/1146.bugfix.rst
Normal file
4
CHANGES/1146.bugfix.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
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`).
|
||||
Loading…
Add table
Add a link
Reference in a new issue