interface WebhookCreateOptions

export interface WebhookCreateOptions extends ChannelWebhookCreateOptions

optional
avatar? : BufferResolvable | Base64Resolvable | null

Avatar for the webhook

Inherited from: ChannelWebhookCreateOptions

The channel to create the webhook for

name : string

The name of the webhook

Inherited from: ChannelWebhookCreateOptions

optional
reason? : string

Reason for creating the webhook

Inherited from: ChannelWebhookCreateOptions