mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added changelog
This commit is contained in:
parent
1cb36adf21
commit
9b420554d1
1 changed files with 15 additions and 0 deletions
15
CHANGES/1510.feature.rst
Normal file
15
CHANGES/1510.feature.rst
Normal file
|
|
@ -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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue