From a365858d6389c123fffac81737645873f6492473 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Thu, 1 Aug 2024 01:44:38 +0300 Subject: [PATCH] Added changelog --- CHANGES/1551.feature.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGES/1551.feature.rst diff --git a/CHANGES/1551.feature.rst b/CHANGES/1551.feature.rst new file mode 100644 index 00000000..a7731f32 --- /dev/null +++ b/CHANGES/1551.feature.rst @@ -0,0 +1,8 @@ +Added full support of `Bot API 7.8 `_ + +- Added the field :code:`has_main_web_app` to the class :class:`aiogram.types.user.User`, + which is returned in the response to :class:`aiogram.methods.get_me.GetMe`. +- Added the parameter :code:`business_connection_id` to the methods + :class:`aiogram.methods.pin_chat_message.PinChatMessage` + and :class:`aiogram.methods.unpin_chat_message.UnpinChatMessage`, + allowing bots to manage pinned messages on behalf of a business account.