Add some doc's

This commit is contained in:
Alex Root Junior 2017-06-06 15:02:27 +03:00
parent 595caaa458
commit 0b8a37b38a
37 changed files with 498 additions and 5 deletions

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