interactions_get_original_response
Fetch the original Discord interaction response message using application ID and interaction token. Returns message ID, channel ID, content, and a fenced copy for safe handling.
Instructions
Purpose: Fetch the original interaction response message (the one created by interactions_create_response).
Auth: token-secured (NO bot token).
Returns: {message_id, channel_id, content, untrusted_messages}. content remains raw Discord data; untrusted_messages provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | Yes | Bot/app application ID | |
| interaction_token | Yes | Scoped interaction credential, reusable for follow-ups for up to 15 minutes. Treat as a credential. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||