From 9eb087c370fe5a400caa8fee1e0740b9b5e90ae1 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Sat, 2 Nov 2024 16:51:08 +0200 Subject: [PATCH] Added changelog --- CHANGES/1586.misc.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGES/1586.misc.rst diff --git a/CHANGES/1586.misc.rst b/CHANGES/1586.misc.rst new file mode 100644 index 00000000..4a392ec3 --- /dev/null +++ b/CHANGES/1586.misc.rst @@ -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.