update_message
Edit a previously sent bot message. Supports updating text and interactive (card) messages by providing the message ID, type, and new content.
Instructions
[Official API] Edit a sent message (bot can only edit its own messages). Feishu supports edit only for text and interactive (card) messages — other types (post, image, file, etc.) are rejected by the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | Message ID (om_xxx) | |
| msg_type | Yes | Message type: text or interactive. Other types are not editable per Feishu API. | |
| content | Yes | New content. For text: {"text":"updated text"}. For interactive: full card JSON. |