Added basic support of Bot API 6.6

This commit is contained in:
Alex Root Junior 2023-03-09 00:29:58 +02:00
parent 5adaf7a567
commit 824df34534
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
109 changed files with 2907 additions and 25 deletions

View file

@ -0,0 +1,9 @@
##############
BotDescription
##############
.. automodule:: aiogram.types.bot_description
:members:
:member-order: bysource
:undoc-members: True

View file

@ -0,0 +1,9 @@
###################
BotShortDescription
###################
.. automodule:: aiogram.types.bot_short_description
:members:
:member-order: bysource
:undoc-members: True

View file

@ -189,6 +189,16 @@ Payments
shipping_query
successful_payment
Upcoming update
===============
.. toctree::
:maxdepth: 1
bot_description
bot_short_description
input_sticker
Games
=====

View file

@ -0,0 +1,9 @@
############
InputSticker
############
.. automodule:: aiogram.types.input_sticker
:members:
:member-order: bysource
:undoc-members: True