mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
* command filter now can be sets with BotCommand object instead of or together with plain strings * CR fix: fix isinstance * CR fix: add tests, fix union * CR fix: add isinstance check * CR fix: add isinstance check * CR fix: add forgotten format * CR fix: bugfix with type guard * CR fix: fix function names, replace map to generator comprehension |
||
|---|---|---|
| .. | ||
| contrib/fsm_storage | ||
| test_bot | ||
| test_dispatcher | ||
| test_utils | ||
| types | ||
| __init__.py | ||
| conftest.py | ||
| test_bot.py | ||
| test_dispatcher.py | ||
| test_filters.py | ||
| test_message.py | ||
| test_states_group.py | ||