interface APIEmbedFooter {
    icon_url?: string;
    proxy_icon_url?: string;
    text: string;
}

Properties

icon_url?: string

URL of footer icon (only supports http(s) and attachments)

proxy_icon_url?: string

A proxied url of footer icon

text: string

Footer text

Length limit: 2048 characters