aiogram/docs/source/bot/base.rst

9 lines
204 B
ReStructuredText
Raw Normal View History

2017-07-24 22:09:33 +03:00
BaseBot
=======
2018-01-23 13:12:41 +03:00
This class is the base class for bot. BaseBot implements only methods for interaction with Telegram Bot API.
2017-08-14 23:15:06 +03:00
2017-07-24 22:09:33 +03:00
.. autoclass:: aiogram.bot.base.BaseBot
2017-08-26 12:12:35 +03:00
:members:
:show-inheritance: