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:
Alex Root Junior 2024-11-02 16:55:15 +02:00 committed by GitHub
parent 592267dd99
commit a2af73ad78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 29 additions and 27 deletions

View file

@ -223,6 +223,7 @@ edit_text:
fill: &message-target
chat_id: self.chat.id
message_id: self.message_id
business_connection_id: self.business_connection_id
edit_media:
method: editMessageMedia