From 17dfff8c4c420f05b2ef8af6e7e25a2a2ab4eb41 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Fri, 16 Feb 2024 23:37:57 +0200 Subject: [PATCH] Added changelog --- CHANGES/1417.feature.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGES/1417.feature.rst diff --git a/CHANGES/1417.feature.rst b/CHANGES/1417.feature.rst new file mode 100644 index 00000000..d0254a00 --- /dev/null +++ b/CHANGES/1417.feature.rst @@ -0,0 +1,9 @@ +Added full support of `Bot API 7.1 `_ + +- 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`.