mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added 6.7 features
This commit is contained in:
parent
2dd019d486
commit
da6e428b41
31 changed files with 700 additions and 4 deletions
9
docs/api/types/bot_name.rst
Normal file
9
docs/api/types/bot_name.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#######
|
||||
BotName
|
||||
#######
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.bot_name
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
|
|
@ -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
|
||||
=====
|
||||
|
||||
|
|
|
|||
9
docs/api/types/inline_query_results_button.rst
Normal file
9
docs/api/types/inline_query_results_button.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
########################
|
||||
InlineQueryResultsButton
|
||||
########################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.inline_query_results_button
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/types/switch_inline_query_chosen_chat.rst
Normal file
9
docs/api/types/switch_inline_query_chosen_chat.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
###########################
|
||||
SwitchInlineQueryChosenChat
|
||||
###########################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.switch_inline_query_chosen_chat
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue