interface EmbedAuthorData

extends

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

optional
iconURL? : string

The icon URL of the author

name : string

The name of the author

optional
proxyIconURL? : string

The proxy icon URL of the author

optional
url? : string

The URL of the author