interface EmbedAuthorData

extends

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

Constructors

constructor()

optionalexternal
iconURL? : string

The icon URL of the author

external
name : string

The name of the author

optionalexternal
proxyIconURL? : string

The proxy icon URL of the author

optionalexternal
url? : string

The URL of the author