Represents the footer options of an embed.

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

Hierarchy (View Summary)

Properties

Properties

iconURL?: string

The URL of the icon.

text: string

Footer text

Length limit: 2048 characters