Type Alias EmbedFooter

EmbedFooter: {
    iconUrl?: string;
    proxyIconUrl?: string;
    text: string;
}

Represents the footer of an embed.

Type declaration

  • OptionaliconUrl?: string
    • The URL of the footer's icon, supporting only http(s) and attachments.
  • OptionalproxyIconUrl?: string
    • A proxy URL of the footer's icon.
  • text: string
    • The footer text, with a maximum length of 2048 characters.