interface RESTPatchAPIWebhookJSONBody {
    avatar?: null | string;
    channel_id?: string;
    name?: string;
}

Properties

avatar?: null | string

Image for the default webhook avatar

channel_id?: string

The new channel id this webhook should be moved to

name?: string

The default name of the webhook