discord_edit_webhook_message
Update a previously sent webhook message with new content or embeds using the webhook's ID and token.
Instructions
Edit a message previously sent through a webhook, using the webhook's ID and token. Replaces the provided fields. Requires the original webhook token. Returns a confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | ID (snowflake) of the webhook that sent the message. | |
| webhook_token | Yes | Secret token of the webhook. | |
| message_id | Yes | ID of the webhook message to edit. | |
| content | No | New plain-text content for the message (max 2000 characters). | |
| embeds | No | Up to 10 embed objects to attach to the webhook message. |