EmbedFooterData

export interface EmbedFooterData extends IconData, Omit<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.

Extends

IconData

Extends

Omit<APIEmbedFooter, 'icon_url' | 'proxy_icon_url'>
iconURL?:string
The URL of the icon.
Inherited from IconData
proxyIconURL?:string
The proxy URL of the icon.
Inherited from IconData