mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update after release
This commit is contained in:
parent
da6e428b41
commit
bd9d05a703
16 changed files with 244 additions and 264 deletions
|
|
@ -42,6 +42,7 @@ Available methods
|
|||
get_my_commands
|
||||
get_my_default_administrator_rights
|
||||
get_my_description
|
||||
get_my_name
|
||||
get_my_short_description
|
||||
get_user_profile_photos
|
||||
hide_general_forum_topic
|
||||
|
|
@ -78,6 +79,7 @@ Available methods
|
|||
set_my_commands
|
||||
set_my_default_administrator_rights
|
||||
set_my_description
|
||||
set_my_name
|
||||
set_my_short_description
|
||||
unban_chat_member
|
||||
unban_chat_sender_chat
|
||||
|
|
@ -171,12 +173,3 @@ Inline mode
|
|||
|
||||
answer_inline_query
|
||||
answer_web_app_query
|
||||
|
||||
Upcoming update
|
||||
===============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
get_my_name
|
||||
set_my_name
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ Inline mode
|
|||
inline_query_result_venue
|
||||
inline_query_result_video
|
||||
inline_query_result_voice
|
||||
inline_query_results_button
|
||||
input_contact_message_content
|
||||
input_invoice_message_content
|
||||
input_location_message_content
|
||||
|
|
@ -60,6 +61,7 @@ Available types
|
|||
bot_command_scope_chat_member
|
||||
bot_command_scope_default
|
||||
bot_description
|
||||
bot_name
|
||||
bot_short_description
|
||||
callback_query
|
||||
chat
|
||||
|
|
@ -121,6 +123,7 @@ Available types
|
|||
reply_keyboard_markup
|
||||
reply_keyboard_remove
|
||||
response_parameters
|
||||
switch_inline_query_chosen_chat
|
||||
user
|
||||
user_profile_photos
|
||||
user_shared
|
||||
|
|
@ -192,16 +195,6 @@ Payments
|
|||
shipping_query
|
||||
successful_payment
|
||||
|
||||
Upcoming update
|
||||
===============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
bot_name
|
||||
inline_query_results_button
|
||||
switch_inline_query_chosen_chat
|
||||
|
||||
Games
|
||||
=====
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue