Esposter
    Preparing search index...
    interface Embed {
        author?: EmbedAuthor;
        color?: number;
        description?: string;
        fields?: EmbedField[];
        footer?: EmbedFooter;
        image?: { url: string };
        thumbnail?: { url: string };
        timestamp?: string;
        title?: string;
        url?: string;
    }
    Index

    Properties

    author?: EmbedAuthor
    color?: number
    description?: string
    fields?: EmbedField[]
    footer?: EmbedFooter
    image?: { url: string }
    thumbnail?: { url: string }
    timestamp?: string
    title?: string
    url?: string