mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Add some doc's
This commit is contained in:
parent
595caaa458
commit
0b8a37b38a
37 changed files with 498 additions and 5 deletions
16
docs/source/aiogram.bot.rst
Normal file
16
docs/source/aiogram.bot.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Bot object
|
||||
==========
|
||||
|
||||
For detailed information about parameters read the official `Telegram Bot API reference <https://core.telegram.org/bots/api>`_
|
||||
|
||||
BaseBot
|
||||
-------
|
||||
.. automodule:: aiogram.bot.base
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Bot
|
||||
---
|
||||
.. automodule:: aiogram.bot.bot
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Loading…
Add table
Add a link
Reference in a new issue