Interface EmbedFooterOptions

interface EmbedFooterOptions {
    iconURL?: string;
    text: string;
}

Hierarchy (view full)

Properties

Properties

iconURL?: string
text: string