@typed-discord/rest
    Preparing search index...

    Interface SlackWebhook

    interface SlackWebhook {
        attachments?: WebhookSlackEmbed[] | null;
        icon_url?: string | null;
        text?: string | null;
        username?: string | null;
    }
    Index

    Properties

    attachments?: WebhookSlackEmbed[] | null
    icon_url?: string | null
    text?: string | null
    username?: string | null