diff --git a/CHANGES/1536.feature.rst b/CHANGES/1536.feature.rst new file mode 100644 index 00000000..1d863c25 --- /dev/null +++ b/CHANGES/1536.feature.rst @@ -0,0 +1,7 @@ +Added full support of `Bot API 7.7 `_ + +- Added the class :class:`aiogram.types.refunded_payment.RefundedPayment`, + containing information about a refunded payment. +- Added the field :code:`refunded_payment` to the class + :class:`aiogram.types.message.Message`, + describing a service message about a refunded payment.