aiogram/docs/source/bot/extended.rst

10 lines
249 B
ReStructuredText
Raw Normal View History

2017-08-14 23:15:06 +03:00
Bot object
==========
2018-01-23 13:12:41 +03:00
This is extended (and recommended for use) bot class based on BaseBot class.
You can use an instance of this bot in :obj:`aiogram.dispatcher.Dispatcher`
2017-08-14 23:15:06 +03:00
2017-08-26 12:12:35 +03:00
.. autoclass:: aiogram.bot.bot.Bot
:members:
:show-inheritance: