mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +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
17 lines
359 B
ReStructuredText
17 lines
359 B
ReStructuredText
#######
|
|
Bot API
|
|
#######
|
|
|
|
**aiogram** now is fully support of `Telegram Bot API <https://core.telegram.org/bots/api>`_
|
|
|
|
All methods and types is fully autogenerated from Telegram Bot API docs by parser with code-generator.
|
|
|
|
.. toctree::
|
|
bot
|
|
session/index
|
|
types/index
|
|
methods/index
|
|
enums/index
|
|
download_file
|
|
upload_file
|
|
defaults
|