mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
- Enhanced type annotations in `base.py`, including the return type of `json_serialize` method. - Fixed issue with non-TelegramObject serialization in `json_serialize`. - Reorganized imports in `bot.py` for better readability. - Added `Annotated` import from `typing_extensions` in `custom.py` and removed redundant `Annotated` import from `typing`. - Added type hints and error handling in `input_file` module to prevent bot attribute issues. - Adjusted formatting for better readability and consistency in `form.py`. |
||
|---|---|---|
| .. | ||
| client | ||
| dispatcher | ||
| enums | ||
| filters | ||
| fsm | ||
| handlers | ||
| methods | ||
| types | ||
| utils | ||
| webhook | ||
| __init__.py | ||
| __meta__.py | ||
| exceptions.py | ||
| loggers.py | ||
| py.typed | ||