Fix web_app example

* Add changelog
This commit is contained in:
Bogdan 2024-07-25 19:19:12 +03:00 committed by GitHub
parent 3ae5e71819
commit 9f9b516a8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -1,3 +0,0 @@
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.

1
CHANGES/1546.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Fixed URL path in the "Open" button at the "demo/sendMessage" endpoint in the web_app example.