discord_edit_webhook_message
Edit a webhook message in Discord by supplying the webhook's ID and token along with the message ID to update content or embeds.
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. |