mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Write docs and small fixes.
This commit is contained in:
parent
23fba99d93
commit
7a55c040ee
31 changed files with 306 additions and 458 deletions
25
docs/source/telegram/bot.rst
Normal file
25
docs/source/telegram/bot.rst
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
Bot object
|
||||
==========
|
||||
|
||||
Low level API
|
||||
-------------
|
||||
Subclass of this class used only for splitting network interface from all of API methods.
|
||||
|
||||
.. autoclass:: aiogram.bot.base.BaseBot
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Telegram Bot
|
||||
------------
|
||||
This class based on :obj:`aiogram.bot.base.BaseBot`
|
||||
|
||||
.. autoclass:: aiogram.bot.bot.Bot
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
API Helpers
|
||||
-----------
|
||||
|
||||
.. automodule:: aiogram.bot.api
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Loading…
Add table
Add a link
Reference in a new issue