interactions_edit_followup
interactions_edit_followup
Section titled “interactions_edit_followup”Category: interactions
Edit a follow-up message.
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 |
content | unknown | no | |
embeds | unknown | no | |
components | unknown | no | |
attachments | array | no | |
allowed_mentions | unknown | no | |
payload_json | string | no | |
flags | integer | no | |
poll | object | no |
Returns
Section titled “Returns”\{message_id, channel_id\}.
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) |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |