mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Small changes in docs.
This commit is contained in:
parent
30874f6dc0
commit
b9d51cdbb0
5 changed files with 12 additions and 5 deletions
|
|
@ -1,4 +0,0 @@
|
|||
Bot object
|
||||
==========
|
||||
|
||||
.. autoclass:: aiogram.bot.bot.Bot
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
BaseBot
|
||||
=======
|
||||
|
||||
This class is base of bot. In BaseBot implemented all available methods of Telegram Bot API.
|
||||
|
||||
.. autoclass:: aiogram.bot.base.BaseBot
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ For detailed information about parameters read the official `Telegram Bot API re
|
|||
.. toctree::
|
||||
|
||||
base
|
||||
additional
|
||||
extended
|
||||
|
|
|
|||
7
docs/source/bot/extended.rst
Normal file
7
docs/source/bot/extended.rst
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
Filters
|
||||
-------
|
||||
|
||||
In this module stored builtin filters for dispatcher.
|
||||
|
||||
.. automodule:: aiogram.dispatcher.filters
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue