aiogram/docs/source/bot/extended.rst

10 lines
248 B
ReStructuredText
Raw Normal View History

2017-08-14 23:15:06 +03:00
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`
2017-08-26 12:12:35 +03:00
.. autoclass:: aiogram.bot.bot.Bot
:members:
:show-inheritance: