Update annotations.

This commit is contained in:
Alex Root Junior 2017-08-26 12:12:35 +03:00
parent 7ffeb8ff57
commit 5eeace04f4
4 changed files with 46 additions and 23 deletions

View file

@ -4,3 +4,5 @@ BaseBot
This class is base of bot. In BaseBot implemented all available methods of Telegram Bot API.
.. autoclass:: aiogram.bot.base.BaseBot
:members:
:show-inheritance:

View file

@ -4,4 +4,6 @@ Bot object
That is extended (and recommended for usage) bot class based on BaseBot class.
You can use instance of that bot in :obj:`aiogram.dispatcher.Dispatcher`
.. autoclass:: aiogram.bot.bot.Bot
.. autoclass:: aiogram.bot.bot.Bot
:members:
:show-inheritance: