mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
7 lines
210 B
ReStructuredText
7 lines
210 B
ReStructuredText
|
|
Bot object
|
||
|
|
==========
|
||
|
|
|
||
|
|
That is extended (and recommended for usage) bot class based on BaseBot class.
|
||
|
|
You can use instance of that bot in :obj:`aiogram.dispatcher.Dispatcher`
|
||
|
|
|
||
|
|
.. autoclass:: aiogram.bot.bot.Bot
|