Interface WebhookExecuteOptions

interface WebhookExecuteOptions {
    avatarURL?: string;
    content?: string;
    embeds?: Embed[];
    username?: string;
}

Properties

avatarURL?: string
content?: string
embeds?: Embed[]
username?: string