mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add support for Telegram Bot API 9.1 (#1704)
* Add support for Telegram Bot API 9.1 features, including checklists, gifts, and new methods like `SendChecklist`, `EditMessageChecklist`, and `GetMyStarBalance`. Update changelog and improve `True` field descriptions. * Bump API Version * Refactor profile photo types to use `InputProfilePhotoType` enums instead of hardcoded literals * Refactor imports and clean up redundant code across methods, types, and webhook server classes
This commit is contained in:
parent
77ca49518e
commit
f060c08d16
117 changed files with 2565 additions and 466 deletions
|
|
@ -86,6 +86,7 @@ Available methods
|
|||
send_animation
|
||||
send_audio
|
||||
send_chat_action
|
||||
send_checklist
|
||||
send_contact
|
||||
send_dice
|
||||
send_document
|
||||
|
|
@ -133,6 +134,7 @@ Updating messages
|
|||
delete_messages
|
||||
delete_story
|
||||
edit_message_caption
|
||||
edit_message_checklist
|
||||
edit_message_live_location
|
||||
edit_message_media
|
||||
edit_message_reply_markup
|
||||
|
|
@ -191,6 +193,7 @@ Payments
|
|||
answer_shipping_query
|
||||
create_invoice_link
|
||||
edit_user_star_subscription
|
||||
get_my_star_balance
|
||||
get_star_transactions
|
||||
refund_star_payment
|
||||
send_invoice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue