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:
Alex Root Junior 2025-07-05 03:02:44 +03:00 committed by GitHub
parent 77ca49518e
commit f060c08d16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
117 changed files with 2565 additions and 466 deletions

View file

@ -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