Represents the footer data of an embed.

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

Hierarchy (View Summary)

Properties

iconURL?: string

The URL of the icon.

proxyIconURL?: string

The proxy URL of the icon.

text: string

Footer text

Length limit: 2048 characters