EmbedFooterOptions

export interface EmbedFooterOptions extends Omit<EmbedFooterData, 'proxyIconURL'>
export interface EmbedFooterOptions extends Omit<EmbedFooterData, 'proxyIconURL'>
Represents the footer options of an embed.

Extends

Omit<EmbedFooterData, 'proxyIconURL'>