interactions_edit_followup
Edit a previously sent Discord follow-up message using its message ID, application ID, and interaction token. Modify content, embeds, components, or attachments in one request.
Instructions
Purpose: Edit a follow-up message.
Auth: token-secured (NO bot token).
Body mirrors webhook execute body.
Returns: {message_id, channel_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll | No | ||
| flags | No | ||
| embeds | No | ||
| content | No | ||
| components | No | ||
| message_id | Yes | Follow-up message id | |
| attachments | No | ||
| payload_json | No | ||
| application_id | Yes | Bot/app application ID | |
| allowed_mentions | No | ||
| interaction_token | Yes | Scoped interaction credential, reusable for follow-ups for up to 15 minutes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||