mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
* Added missing FORUM_TOPIC_EDITED value to content_type property * Added changelog to CHANGES * Fixed aiogram/filters/magic_data.py:21:41: C416 Unnecessary `dict` comprehension (rewrite using `dict()`) * Resolve #1155: Different signature of startup/shutdown events on polling and webhooks (#1156) * Code refactor - Use 'or' istead of 'A if A else B' - Raise new error from catched error: raise Error from e * Fixed signature of startup/shutdown events - Include the **dispatcher.workflow_data as the handler arguments * Update deep_linking basic examples (#1151) * skip if current router does not have observer for custom event (#1147) * skip if current router does not have observer for custom event * Test custom event in router * Feature changelog file * fix style * 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 * fix(docs): fix wrong page link in docs (#1154) * storage cleanup (#1144) * storage cleanup * storage cleanup * Update API docs * Added tests * Fix tests --------- Co-authored-by: Alex Root Junior <jroot.junior@gmail.com> Co-authored-by: Łukasz Tshipenchko <dev@zxc.sx> Co-authored-by: Max Kotsiuruba <81016938+A5KET@users.noreply.github.com> Co-authored-by: Andrey Tikhonov <andrey.tikhonov@quantori.com> Co-authored-by: Desiders <47452083+Desiders@users.noreply.github.com> Co-authored-by: Daniil <hum4noid@yandex.ru> Co-authored-by: RootShinobi <111008396+RootShinobi@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| test_client | ||
| test_methods | ||
| test_types | ||
| __init__.py | ||