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