interface EmbedAuthorData

extends

IconDataOmit<APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>
export interface EmbedAuthorData extends IconData, Omit<APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>

Represents the author 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