interface EmbedFooterData

extends

IconDataOmit<APIEmbedFooter, 'icon_url' | 'proxy_icon_url'>
export interface EmbedFooterData extends IconData, Omit<APIEmbedFooter, 'icon_url' | 'proxy_icon_url'>

Represents the footer data of an embed.

optional
iconURL? : string

The URL of the icon.

Inherited from: IconData

optional
proxyIconURL? : string

The proxy URL of the icon.

Inherited from: IconData