mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Refactoring and write doc's for Bot class. Split bot to 2 classes
This commit is contained in:
parent
efad13156e
commit
ba1c473f0c
7 changed files with 1021 additions and 192 deletions
9
docs/source/api.rst
Normal file
9
docs/source/api.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
API Reference
|
||||
=============
|
||||
|
||||
For detailed information about parameters read the official `Telegram Bot API reference <https://core.telegram.org/bots/api>`_
|
||||
|
||||
|
||||
.. automodule:: aiogram.bot
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Loading…
Add table
Add a link
Reference in a new issue