From f2ce0fec9d85a8b93da870a8a51e503006cf1ff5 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Fri, 16 Aug 2024 00:26:09 +0300 Subject: [PATCH] Added changelog --- CHANGES/1560.feature.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGES/1560.feature.rst diff --git a/CHANGES/1560.feature.rst b/CHANGES/1560.feature.rst new file mode 100644 index 00000000..060495df --- /dev/null +++ b/CHANGES/1560.feature.rst @@ -0,0 +1,19 @@ +Added full support of `Bot API 7.8 `_ + +- Added the ability to send paid media to any chat. +- Added the parameter :code:`business_connection_id` to the method + :class:`aiogram.methods.send_paid_media.SendPaidMedia`, + allowing bots to send paid media on behalf of a business account. +- Added the field :code:`paid_media` to the class + :class:`aiogram.types.transaction_partner_user.TransactionPartnerUser` + for transactions involving paid media. +- Added the method + :class:`aiogram.methods.create_chat_subscription_invite_link.CreateChatSubscriptionInviteLink`, + allowing bots to create subscription invite links. +- Added the method + :class:`aiogram.methods.edit_chat_subscription_invite_link.EditChatSubscriptionInviteLink`, + allowing bots to edit the name of subscription invite links. +- Added the field :code:`until_date` to the class + :class:`aiogram.types.chat_member_member.ChatMemberMember` for members with an active subscription. +- Added support for paid reactions and the class + :class:`aiogram.types.reaction_type_paid.ReactionTypePaid`.