Interface
APIWebhookUpdateRequest
Request body for PATCH /webhooks/{id} (bot auth). All fields optional.
Properties
| Name | Type | Description |
|---|---|---|
| avatar? | string | null | New webhook avatar (base64 or null to remove). |
| channel_id? | Snowflake | Move webhook to a different channel. |
| name? | string | New webhook name. |