EmbedAuthorData

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

Extends

IconData

Extends

Omit<APIEmbedAuthor, '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