mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
8 lines
204 B
ReStructuredText
8 lines
204 B
ReStructuredText
BaseBot
|
|
=======
|
|
|
|
This class is the base class for bot. BaseBot implements only methods for interaction with Telegram Bot API.
|
|
|
|
.. autoclass:: aiogram.bot.base.BaseBot
|
|
:members:
|
|
:show-inheritance:
|