Added changelog

This commit is contained in:
JRoot Junior 2024-11-02 16:51:08 +02:00
parent 79035c326d
commit 9eb087c370
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

6
CHANGES/1586.misc.rst Normal file
View file

@ -0,0 +1,6 @@
Added business_connection_id to the :class:`aiogram.types.message.Message` API methods shortcuts.
Integrated the :code:`business_connection_id` attribute into various message manipulation methods,
ensuring consistent data handling. This update eliminates the need to pass the
:code:`business_connection_id` as a parameter,
instead directly accessing it from the instance attributes.