delete_message
Remove a message from a Telegram chat by providing the chat identifier and message ID to clean up unwanted or outdated content.
Instructions
Delete a message from a chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat id or @username containing the message. | |
| message_id | Yes | Identifier of the message to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |