Interface
APIWebhookEditMessageRequest
Request body for PATCH /webhooks/{id}/{token}/messages/{message_id}. All fields optional.
Properties
| Name | Type | Description |
|---|---|---|
| attachments? | unknown[] | Attachment updates. |
| content? | string | New message content. |
| embeds? | APIEmbed[] | New embeds. |