Interface EditWebhookFields

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

Properties

avatar?: null | string | Image

The webhook user default avatar, shows up as the sender when the webhook is executed

Image data in base64 data uri format, or a image instance

channel_id?: string
name?: string

The webhook user default name, shows up as the sender when the webhook is executed

Generated using TypeDoc