components_v2_edit
components_v2_edit
Section titled “components_v2_edit”Category: components_v2
Edit a Components V2 message previously sent by this bot. The IS_COMPONENTS_V2 flag is irreversible — V2 messages stay V2.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
channel_id | string | yes | Discord channel ID (snowflake) |
message_id | string | yes | Discord message ID |
components | array | yes |
Returns
Section titled “Returns”\{message_id, channel_id, edited_timestamp\}.
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) |
edited_timestamp | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | no |
| Open-world | yes |
| Confirmation required | no |