Added changelog

This commit is contained in:
JRoot Junior 2024-07-08 00:28:07 +03:00
parent 0cd9872b2c
commit 2917c40504
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

3
CHANGES/1538.misc.rst Normal file
View file

@ -0,0 +1,3 @@
Added method :func:`aiogram.types.message.Message.as_reply_parameters`.
Replaced usage of the argument :code:`reply_to_message_id` with :code:`reply_parameters`
in all Message reply methods.