mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +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:
|
||||
7
docs/source/telegram/index.rst
Normal file
7
docs/source/telegram/index.rst
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Telegram
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
|
||||
bot
|
||||
types/index
|
||||
Loading…
Add table
Add a link
Reference in a new issue