mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Update annotations.
This commit is contained in:
parent
7ffeb8ff57
commit
5eeace04f4
4 changed files with 46 additions and 23 deletions
|
|
@ -4,3 +4,5 @@ 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:
|
||||
|
|
|
|||
|
|
@ -4,4 +4,6 @@ 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
|
||||
.. autoclass:: aiogram.bot.bot.Bot
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue