EmbedAuthorDataexport declare type EmbedAuthorData = IconData & Pick<APIEmbedAuthor, Exclude<keyof APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>>;export declare type EmbedAuthorData = IconData & Pick<APIEmbedAuthor, Exclude<keyof APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>>;SummaryRepresents the author data of an embed.
EmbedAuthorDataexport declare type EmbedAuthorData = IconData & Pick<APIEmbedAuthor, Exclude<keyof APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>>;export declare type EmbedAuthorData = IconData & Pick<APIEmbedAuthor, Exclude<keyof APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>>;SummaryRepresents the author data of an embed.