interface EmbedFooter {
    iconURL?: string;
    proxyIconURL?: string;
    text: string;
}

Hierarchy (view full)

Properties

iconURL?: string
proxyIconURL?: string
text: string