Added full support of Telegram Bot API 9.3 (#1747)

* Added full support of Telegram Bot API 9.3

* Fixed tests that fails

* Add tests for `GetChatGifts`, `GetUserGifts`, `RepostStory`, and `SendMessageDraft` methods

* Added changelog record
This commit is contained in:
Alex Root Junior 2026-01-02 01:45:35 +02:00 committed by GitHub
parent ce4ddb77f4
commit dcff0f99c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
132 changed files with 2993 additions and 457 deletions

View file

@ -0,0 +1,10 @@
##############
GiftBackground
##############
.. automodule:: aiogram.types.gift_background
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields

View file

@ -91,6 +91,7 @@ Available types
general_forum_topic_hidden
general_forum_topic_unhidden
gift
gift_background
gift_info
gifts
giveaway
@ -192,12 +193,14 @@ Available types
unique_gift
unique_gift_backdrop
unique_gift_backdrop_colors
unique_gift_colors
unique_gift_info
unique_gift_model
unique_gift_symbol
user
user_chat_boosts
user_profile_photos
user_rating
user_shared
users_shared
venue

View file

@ -0,0 +1,10 @@
################
UniqueGiftColors
################
.. automodule:: aiogram.types.unique_gift_colors
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields

View file

@ -0,0 +1,10 @@
##########
UserRating
##########
.. automodule:: aiogram.types.user_rating
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields