edit-message
Edit an existing message's content or update its topic in Zulip. Specify the message ID and optionally provide new content or topic.
Instructions
Edit an existing message's content or topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | Unique ID of the message to edit | |
| content | No | New message content with Markdown formatting | |
| topic | No | New topic name (for stream messages only) |