mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added business_connection_id to the Message API methods shortcuts (#1586)
* Add business_connection_id to message API methods Integrated the business_connection_id attribute into various message manipulation methods, ensuring consistent data handling. This update eliminates the need to pass the business_connection_id as a parameter, instead directly accessing it from the instance attributes. * Added changelog
This commit is contained in:
parent
592267dd99
commit
a2af73ad78
3 changed files with 29 additions and 27 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