export declare class EmbedAuthorBuilder
A builder that creates API-compatible JSON data for the embed author.
setIconURLiconURL: string) : this (
iconURL: string
Sets the icon URL for this embed author.
setNamename: string) : this (
name: string
Sets the name for this embed author.
setURLurl: string) : this (
url: string
Sets the URL for this embed author.
toJSONvalidationOverride?: boolean) : APIEmbedAuthor (
validationOverride?: boolean
Serializes this builder to API-compatible JSON data.Note that by disabling validation, there is no guarantee that the resulting object will be valid.