typealias RESTPatchAPIWebhookWithTokenJSONBody

external
export type RESTPatchAPIWebhookWithTokenJSONBody = Omit<RESTPatchAPIWebhookJSONBody, 'channel_id'>;

https://discord.com/developers/docs/resources/webhook#modify-webhook-with-token

Union Members

Omit<RESTPatchAPIWebhookJSONBody, 'channel_id'>