aiogram/aiogram
JRoot Junior 28941439cf
Refactor type unions with ResultChatMemberUnion and ResultMenuButtonUnion
Replaced verbose type definitions of chat member and menu button unions with `ResultChatMemberUnion` and `ResultMenuButtonUnion` for improved readability and maintainability. Updated relevant methods, modules, and documentation to use the new type aliases consistently.
2025-03-07 00:42:13 +02:00
..
client Refactor type unions with ResultChatMemberUnion and ResultMenuButtonUnion 2025-03-07 00:42:13 +02:00
dispatcher Typed data (#1647) 2025-03-02 01:24:30 +02:00
enums Added full support for the Bot API 8.3 (#1638) 2025-02-16 22:37:18 +02:00
filters Fixed UUID (and other types) serialization in the CallbackData factory. (#1602) 2024-11-02 16:37:31 +02:00
fsm Fix handler registration order in Scene (#1642) 2025-03-01 22:08:14 +02:00
handlers Added full support of Bot API 7.11 (#1601) 2024-11-02 16:13:45 +02:00
methods Refactor type unions with ResultChatMemberUnion and ResultMenuButtonUnion 2025-03-07 00:42:13 +02:00
types Refactor type unions with ResultChatMemberUnion and ResultMenuButtonUnion 2025-03-07 00:42:13 +02:00
utils Fix handler registration order in Scene (#1642) 2025-03-01 22:08:14 +02:00
webhook Prevent update handling task pointers from being garbage collected, backport of #1328 (#1331) 2023-10-08 18:13:06 +03:00
__init__.py PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
__meta__.py Added full support for the Bot API 8.3 (#1638) 2025-02-16 22:37:18 +02:00
exceptions.py PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
loggers.py PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
py.typed Add py.typed 2020-04-11 22:01:53 +03:00