mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
9 lines
249 B
ReStructuredText
9 lines
249 B
ReStructuredText
Bot object
|
|
==========
|
|
|
|
This is extended (and recommended for use) bot class based on BaseBot class.
|
|
You can use an instance of this bot in :obj:`aiogram.dispatcher.Dispatcher`
|
|
|
|
.. autoclass:: aiogram.bot.bot.Bot
|
|
:members:
|
|
:show-inheritance:
|