Interface CreateWebhookFields

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

Properties

avatar?: 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