aiogram/aiogram/filters
2023-11-20 22:49:55 +02:00
..
__init__.py Removed Text filter (#1170) 2023-04-22 20:21:17 +03:00
base.py Migrate to hatchling (#1095) 2023-01-12 02:49:58 +02:00
callback_data.py #1370 added possibility to check X | None on Python >= 3.10 2023-11-20 22:49:55 +02:00
chat_member_updated.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
command.py Bump magic-filter to 1.0.10 (#1221) 2023-07-17 02:48:27 +03:00
exception.py Combining filters (again) (#1018) 2022-10-03 01:23:22 +03:00
logic.py Extended logic filter arguments 2023-02-04 20:14:15 +02:00
magic_data.py Fixed aiogram/filters/magic_data.py:21:41: C416 Unnecessary dict comprehension (rewrite using dict()) 2023-04-08 17:31:15 +03:00
state.py Removed the use of the context instance (Bot.get_current) from all placements that were used previously. (#1230) 2023-07-28 22:23:32 +03:00