aiogram/tests/test_api
Alex Root Junior b5d94f17b5
Removed deprecated arguments from Bot class (#1494)
* 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
2024-05-27 14:58:39 +03:00
..
test_client Removed deprecated arguments from Bot class (#1494) 2024-05-27 14:58:39 +03:00
test_methods Full support of Bot API 7.3 (#1480) 2024-05-06 23:27:54 +03:00
test_types Reformat code 2024-05-11 01:57:24 +03:00
__init__.py Add tests for BaseSession and TelegramAPIServer 2019-11-16 00:52:18 +02:00