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

    Interface WebhookSlackEmbed

    interface WebhookSlackEmbed {
        author_icon?: string | null;
        author_link?: string | null;
        author_name?: string | null;
        color?: string | null;
        fields?: WebhookSlackEmbedField[] | null;
        footer?: string | null;
        footer_icon?: string | null;
        image_url?: string | null;
        pretext?: string | null;
        text?: string | null;
        thumb_url?: string | null;
        title?: string | null;
        title_link?: string | null;
        ts?: number | null;
    }
    Index

    Properties

    author_icon?: string | null
    author_link?: string | null
    author_name?: string | null
    color?: string | null
    fields?: WebhookSlackEmbedField[] | null
    footer?: string | null
    footer_icon?: string | null
    image_url?: string | null
    pretext?: string | null
    text?: string | null
    thumb_url?: string | null
    title?: string | null
    title_link?: string | null
    ts?: number | null