interactions_edit_original_response
Modify an existing Discord interaction response by supplying the application ID and interaction token. Useful for filling in a deferred reply with updated content, embeds, components, attachments, or flags.
Instructions
Purpose: Edit the original interaction response (e.g. fill in a deferred reply).
Auth: token-secured (NO bot token).
Body mirrors a webhook execute body: content, embeds, components, attachments, allowed_mentions, payload_json, flags, poll. null clears.
Returns: {message_id, channel_id} after the edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll | No | ||
| flags | No | Message flags bitfield. V2 layout = 1<<15 = 32768. | |
| embeds | No | ||
| content | No | ||
| components | No | ||
| 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 | |||