Interface RawEmbedFooterOptions

interface RawEmbedFooterOptions {
    icon_url?: string;
    text: string;
}

Hierarchy (view full)

Properties

Properties

icon_url?: string
text: string