EmbedAuthorOptionsexport declare type EmbedAuthorOptions = Pick<EmbedAuthorData, Exclude<keyof EmbedAuthorData, 'proxyIconURL'>>;export declare type EmbedAuthorOptions = Pick<EmbedAuthorData, Exclude<keyof EmbedAuthorData, 'proxyIconURL'>>;SummaryRepresents the author options of an embed.
EmbedAuthorOptionsexport declare type EmbedAuthorOptions = Pick<EmbedAuthorData, Exclude<keyof EmbedAuthorData, 'proxyIconURL'>>;export declare type EmbedAuthorOptions = Pick<EmbedAuthorData, Exclude<keyof EmbedAuthorData, 'proxyIconURL'>>;SummaryRepresents the author options of an embed.