mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
[3.x] Bot API 6.0 (#890)
* Base implementation * Bump license * Revert re-generated tests * Fix tests, improved docs * Remove TODO * Removed unreachable code * Changed type of `last_synchronization_error_date` * Fixed wrongly cleaned code
This commit is contained in:
parent
286cf39c8a
commit
497436595d
81 changed files with 1942 additions and 147 deletions
|
|
@ -82,6 +82,10 @@ Available methods
|
|||
set_my_commands
|
||||
delete_my_commands
|
||||
get_my_commands
|
||||
set_chat_menu_button
|
||||
get_chat_menu_button
|
||||
set_my_default_administrator_rights
|
||||
get_my_default_administrator_rights
|
||||
|
||||
Updating messages
|
||||
=================
|
||||
|
|
@ -118,6 +122,7 @@ Inline mode
|
|||
:maxdepth: 1
|
||||
|
||||
answer_inline_query
|
||||
answer_web_app_query
|
||||
|
||||
Payments
|
||||
========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue