mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support of Bot API 7.1 (#1417)
* Added full support of Bot API 7.1 * Added changelog
This commit is contained in:
parent
e5176b4434
commit
75323ac8c3
72 changed files with 702 additions and 461 deletions
9
CHANGES/1417.feature.rst
Normal file
9
CHANGES/1417.feature.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Added full support of `Bot API 7.1 <https://core.telegram.org/bots/api-changelog#february-16-2024>`_
|
||||
|
||||
- Added support for the administrator rights :code:`can_post_stories`, :code:`can_edit_stories`, :code:`can_delete_stories` in supergroups.
|
||||
- Added the class :code:`ChatBoostAdded` and the field :code:`boost_added` to the class :code:`Message` for service messages about a user boosting a chat.
|
||||
- Added the field :code:`sender_boost_count` to the class :code:`Message`.
|
||||
- Added the field :code:`reply_to_story` to the class :code:`Message`.
|
||||
- Added the fields :code:`chat` and :code:`id` to the class :code:`Story`.
|
||||
- Added the field :code:`unrestrict_boost_count` to the class :code:`Chat`.
|
||||
- Added the field :code:`custom_emoji_sticker_set_name` to the class :code:`Chat`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue