mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added changelog
This commit is contained in:
parent
79035c326d
commit
9eb087c370
1 changed files with 6 additions and 0 deletions
6
CHANGES/1586.misc.rst
Normal file
6
CHANGES/1586.misc.rst
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue