mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 17:53:17 +00:00
Add some doc's
This commit is contained in:
parent
595caaa458
commit
0b8a37b38a
37 changed files with 498 additions and 5 deletions
|
|
@ -1,9 +1,16 @@
|
|||
aiogram.bot.Bot
|
||||
===============
|
||||
Bot object
|
||||
==========
|
||||
|
||||
For detailed information about parameters read the official `Telegram Bot API reference <https://core.telegram.org/bots/api>`_
|
||||
|
||||
BaseBot
|
||||
-------
|
||||
.. automodule:: aiogram.bot.base
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Bot
|
||||
---
|
||||
.. automodule:: aiogram.bot.bot
|
||||
:members:
|
||||
:show-inheritance:
|
||||
8
docs/source/aiogram.dispatcher.rst
Normal file
8
docs/source/aiogram.dispatcher.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Dispatcher
|
||||
==========
|
||||
|
||||
Doc's for this module will be available soon..
|
||||
|
||||
.. automodule:: aiogram.dispatcher
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
|
@ -7,6 +7,6 @@ Submodules
|
|||
|
||||
.. toctree::
|
||||
|
||||
aiogram.bot.BaseBot
|
||||
aiogram.bot.Bot
|
||||
aiogram.bot
|
||||
aiogram.types
|
||||
aiogram.dispatcher
|
||||
|
|
|
|||
|
|
@ -202,6 +202,14 @@ ChatMember
|
|||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
ResponseParameters
|
||||
------------------
|
||||
:class:`aiogram.types.ResponseParameters`
|
||||
|
||||
.. automodule:: aiogram.types.response_parameters
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Inline mode objects
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue