đ§ delete_business_messages
Deletes messages on behalf of a business account.
âī¸ Parameters
business_connection_id
(str
): Unique identifier of the business connection on behalf of which to delete the messagesmessage_ids
(List ofint
): A JSON-serialized list of 1-100 identifiers of messages to delete. All messages must be from the same chat.
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.delete_business_messages(
business_connection_id=your_business_connection_id_here,
message_ids=your_message_ids_here
)