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

    Interface RichEmbed

    interface RichEmbed {
        author?: RichEmbedAuthor | null;
        color?: number | null;
        description?: string | null;
        fields?: RichEmbedField[] | null;
        footer?: RichEmbedFooter | null;
        image?: RichEmbedImage | null;
        provider?: RichEmbedProvider | null;
        thumbnail?: RichEmbedThumbnail | null;
        timestamp?: string | null;
        title?: string | null;
        type?: string | null;
        url?: string | null;
        video?: RichEmbedVideo | null;
    }
    Index

    Properties

    author?: RichEmbedAuthor | null
    color?: number | null
    description?: string | null
    fields?: RichEmbedField[] | null
    footer?: RichEmbedFooter | null
    image?: RichEmbedImage | null
    provider?: RichEmbedProvider | null
    thumbnail?: RichEmbedThumbnail | null
    timestamp?: string | null
    title?: string | null
    type?: string | null
    url?: string | null
    video?: RichEmbedVideo | null