mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
8 lines
188 B
ReStructuredText
8 lines
188 B
ReStructuredText
BaseBot
|
|
=======
|
|
|
|
This class is base of bot. In BaseBot implemented all available methods of Telegram Bot API.
|
|
|
|
.. autoclass:: aiogram.bot.base.BaseBot
|
|
:members:
|
|
:show-inheritance:
|