edit_message
Edit a bot's previous message in Zulip to update content, fix errors, or provide progress updates.
Instructions
Edit a message the bot previously sent.
Use this to update a previous reply in-place (e.g. progress updates, correcting mistakes). Can only edit messages sent by the bot.
Args: message_id: The ID of the message to edit (from reply confirmation). content: The new message content.
Returns: Confirmation or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |