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

    Interface MessageEmbedResponse

    interface MessageEmbedResponse {
        author?: MessageEmbedAuthorResponse;
        color?: number;
        components?: ContainerComponentResponse[];
        description?: string;
        fields?: MessageEmbedFieldResponse[];
        flags?: number | null;
        footer?: MessageEmbedFooterResponse;
        image?: MessageEmbedImageResponse;
        provider?: MessageEmbedProviderResponse;
        thumbnail?: MessageEmbedImageResponse;
        timestamp?: string;
        title?: string;
        type: string;
        url?: string;
        video?: MessageEmbedVideoResponse;
    }
    Index

    Properties

    color?: number
    description?: string
    flags?: number | null
    timestamp?: string
    title?: string
    type: string
    url?: string