Restore old changelog

This commit is contained in:
Bogdan 2024-07-26 11:29:32 +03:00 committed by GitHub
parent 9f9b516a8c
commit 08a817d227
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.