mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support for Bot API 8.0 (#1606)
* Added full support of Bot API 8.0 * Added tests * Reformat code * Added changelog * Bump API version
This commit is contained in:
parent
f2916ca03f
commit
dfc88fc907
169 changed files with 1890 additions and 162 deletions
10
docs/api/types/gift.rst
Normal file
10
docs/api/types/gift.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
####
|
||||
Gift
|
||||
####
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.gift
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
10
docs/api/types/gifts.rst
Normal file
10
docs/api/types/gifts.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#####
|
||||
Gifts
|
||||
#####
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.gifts
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
|
|
@ -200,6 +200,7 @@ Inline mode
|
|||
input_message_content
|
||||
input_text_message_content
|
||||
input_venue_message_content
|
||||
prepared_inline_message
|
||||
sent_web_app_message
|
||||
|
||||
Stickers
|
||||
|
|
@ -208,6 +209,8 @@ Stickers
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
gift
|
||||
gifts
|
||||
input_sticker
|
||||
mask_position
|
||||
sticker
|
||||
|
|
|
|||
10
docs/api/types/prepared_inline_message.rst
Normal file
10
docs/api/types/prepared_inline_message.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#####################
|
||||
PreparedInlineMessage
|
||||
#####################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.prepared_inline_message
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
Loading…
Add table
Add a link
Reference in a new issue