mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
* Re-generate types * Re-generate methods (only attributes) * Added enums * Base init generator * Added butcher configs * Fixed tests, bump butcher * Added changelog * Added enum docs * Added templates for docs index * Re-generate bot class, remove deprecated methods
16 lines
346 B
ReStructuredText
16 lines
346 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
|