Added 6.7 features

This commit is contained in:
Alex Root Junior 2023-04-20 23:37:41 +03:00
parent 2dd019d486
commit da6e428b41
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
31 changed files with 700 additions and 4 deletions

View file

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

View file

@ -192,6 +192,16 @@ Payments
shipping_query
successful_payment
Upcoming update
===============
.. toctree::
:maxdepth: 1
bot_name
inline_query_results_button
switch_inline_query_chosen_chat
Games
=====

View file

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

View file

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