discord_fetch_webhook_message
Fetch a webhook message by providing the webhook ID, token, and message ID to retrieve its content, embed count, and timestamp.
Instructions
Fetch a single message sent through a webhook (id, content, embed count, timestamp), using the webhook's ID and token. Read-only. Requires the original webhook token.
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 fetch. |