mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 04:05:47 +00:00
* Remove deprecated attributes from Bot class The deprecated attributes `parse_mode`, `disable_web_page_preview`, and `protect_content` have been removed from the Bot class. Additionally, the associated warnings and test cases have been deleted. These attributes should now be passed using the `default=DefaultBotProperties(...)` syntax instead. * Added docs and changelog |
||
|---|---|---|
| .. | ||
| _static | ||
| api | ||
| dispatcher | ||
| locale/uk_UA/LC_MESSAGES | ||
| utils | ||
| changelog.rst | ||
| conf.py | ||
| contributing.rst | ||
| index.rst | ||
| install.rst | ||
| make.bat | ||
| Makefile | ||
| migration_2_to_3.rst | ||