interactions_get_followup
interactions_get_followup
Section titled “interactions_get_followup”Category: interactions
Fetch a follow-up message previously created by interactions_create_followup.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
application_id | string | yes | Bot/app application ID |
interaction_token | string | yes | Interaction token (one-time, 15min TTL) |
message_id | string | yes | Follow-up message id |
Returns
Section titled “Returns”\{message_id, channel_id, content, untrusted_messages\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
message_id | string | yes | Discord message ID |
channel_id | string | yes | Discord channel ID (snowflake) |
content | string | yes | |
untrusted_messages | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |