aiogram/docs/source/bot/base.rst

9 lines
198 B
ReStructuredText
Raw Normal View History

2017-07-24 22:09:33 +03:00
BaseBot
=======
2017-11-16 19:37:52 +02:00
This class is base of bot. In BaseBot implemented only methods for interactions 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: