typealias EmbedAuthorOptions

export declare type EmbedAuthorOptions = Pick<EmbedAuthorData, Exclude<keyof EmbedAuthorData, 'proxyIconURL'>>;

Represents the author options of an embed.

Union Members

Pick<EmbedAuthorData, Exclude<keyof EmbedAuthorData, 'proxyIconURL'>>