mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added basic support of Bot API 6.6
This commit is contained in:
parent
5adaf7a567
commit
824df34534
109 changed files with 2907 additions and 25 deletions
9
docs/api/types/bot_description.rst
Normal file
9
docs/api/types/bot_description.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##############
|
||||
BotDescription
|
||||
##############
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.bot_description
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/types/bot_short_description.rst
Normal file
9
docs/api/types/bot_short_description.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
###################
|
||||
BotShortDescription
|
||||
###################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.bot_short_description
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
|
|
@ -189,6 +189,16 @@ Payments
|
|||
shipping_query
|
||||
successful_payment
|
||||
|
||||
Upcoming update
|
||||
===============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
bot_description
|
||||
bot_short_description
|
||||
input_sticker
|
||||
|
||||
Games
|
||||
=====
|
||||
|
||||
|
|
|
|||
9
docs/api/types/input_sticker.rst
Normal file
9
docs/api/types/input_sticker.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
############
|
||||
InputSticker
|
||||
############
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.input_sticker
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue