interface EmbedBase {
    color?: number;
    description?: string;
    timestamp?: string;
    title?: string;
    type?: EmbedType;
    url?: string;
}

Hierarchy (view full)

Properties

color?: number
description?: string
timestamp?: string
title?: string
type?: EmbedType
url?: string