mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support of Bot API 8.2 (#1623)
* Added full support of Bot API 8.2 * Added changelog * Try to add port * Add port to the `test_reset_connector`
This commit is contained in:
parent
81550997f7
commit
afccd8a38f
41 changed files with 811 additions and 85 deletions
|
|
@ -18,6 +18,8 @@ Stickers
|
|||
get_available_gifts
|
||||
get_custom_emoji_stickers
|
||||
get_sticker_set
|
||||
remove_chat_verification
|
||||
remove_user_verification
|
||||
replace_sticker_in_set
|
||||
send_gift
|
||||
send_sticker
|
||||
|
|
@ -29,6 +31,8 @@ Stickers
|
|||
set_sticker_set_thumbnail
|
||||
set_sticker_set_title
|
||||
upload_sticker_file
|
||||
verify_chat
|
||||
verify_user
|
||||
|
||||
Available methods
|
||||
=================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue