mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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:
parent
ce4ddb77f4
commit
dcff0f99c7
132 changed files with 2993 additions and 457 deletions
10
docs/api/types/gift_background.rst
Normal file
10
docs/api/types/gift_background.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
##############
|
||||
GiftBackground
|
||||
##############
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.gift_background
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
|
|
@ -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
|
||||
|
|
|
|||
10
docs/api/types/unique_gift_colors.rst
Normal file
10
docs/api/types/unique_gift_colors.rst
Normal 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
|
||||
10
docs/api/types/user_rating.rst
Normal file
10
docs/api/types/user_rating.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
##########
|
||||
UserRating
|
||||
##########
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.user_rating
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
Loading…
Add table
Add a link
Reference in a new issue