Write docs and small fixes.

This commit is contained in:
Alex Root Junior 2018-09-07 21:24:13 +03:00
parent 23fba99d93
commit 7a55c040ee
31 changed files with 306 additions and 458 deletions

View 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: