From 9b420554d1b64a715a95694e9bd9908b4d792155 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Sun, 8 Sep 2024 03:58:31 +0300 Subject: [PATCH] Added changelog --- CHANGES/1510.feature.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGES/1510.feature.rst diff --git a/CHANGES/1510.feature.rst b/CHANGES/1510.feature.rst new file mode 100644 index 00000000..17aef064 --- /dev/null +++ b/CHANGES/1510.feature.rst @@ -0,0 +1,15 @@ +- Added updates about purchased paid media, represented by the class + :class:`aiogram.types.paid_media_purchased.PaidMediaPurchased` + and the field :code:`purchased_paid_media` in the class + :class:`aiogram.types.update.Update`. +- Added the ability to specify a payload in + :class:`aiogram.methods.send_paid_media.SendPaidMedia` that is received back by the bot in + :class:`aiogram.types.transaction_partner_user.TransactionPartnerUser` + and :code:`purchased_paid_media` updates. +- Added the field :code:`prize_star_count` to the classes + :class:`aiogram.types.giveaway_created.GiveawayCreated`, + :class:`aiogram.types.giveaway.Giveaway`, + :class:`aiogram.types.giveaway_winners.GiveawayWinners` + and :class:`aiogram.types.chat_boost_source_giveaway.ChatBoostSourceGiveaway`. +- Added the field :code:`is_star_giveaway` to the class + :class:`aiogram.types.giveaway_completed.GiveawayCompleted`.