deleteBusinessMessages
Remove messages from a Telegram business chat via a business connection. Specify up to 100 message IDs for deletion while ensuring required permissions.
Instructions
Deletes messages on behalf of a business account. Requires can_delete_sent_messages for bot's own messages or can_delete_all_messages for any message. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_ids | Yes | A list of 1-100 identifiers of messages to delete. All messages must be from the same chat. | |
| business_connection_id | Yes | Unique identifier of the business connection |