mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Update types doc.
This commit is contained in:
parent
05399ecaa1
commit
b0e62b0522
1 changed files with 20 additions and 3 deletions
|
|
@ -3,9 +3,6 @@ Data types
|
|||
|
||||
Bases
|
||||
-----
|
||||
:class:`aiogram.types.base.Serializable`
|
||||
|
||||
:class:`aiogram.types.base.Deserializable`
|
||||
|
||||
.. automodule:: aiogram.types.base
|
||||
:members:
|
||||
|
|
@ -210,6 +207,16 @@ ResponseParameters
|
|||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
InputMedia
|
||||
----------
|
||||
:class:`aiogram.types.InputMediaPhoto`
|
||||
:class:`aiogram.types.InputMediaVideo`
|
||||
:class:`aiogram.types.MediaGroup`
|
||||
|
||||
.. automodule:: aiogram.types.input_media
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Sticker
|
||||
-------
|
||||
:class:`aiogram.types.Sticker`
|
||||
|
|
@ -299,3 +306,13 @@ Games
|
|||
.. automodule:: aiogram.types.game_high_score
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
InputFile interface
|
||||
-------------------
|
||||
|
||||
:class:`aiogram.types.InputFile`
|
||||
|
||||
.. automodule:: aiogram.types.input_file
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue