EmbedBuilderSummaryRepresents a embed in a message (image/video preview, rich embed, etc.)declare class EmbedBuilder Constructorconstructor(data?)Constructs a new instance of the EmbedBuilder classNameTypeOptionalDescriptiondataAPIEmbedYesNonePropertiesReadonlydata:APIEmbedMethodsaddFields(fields):thisAdds fields to the embed (max 25)NameTypeOptionalDescriptionfieldsRestOrArray<APIEmbedField>NoThe fields to addsetAuthor(options):thisSets the author of this embedNameTypeOptionalDescriptionoptionsEmbedAuthorOptions | nullNoThe options for the authorsetColor(color):thisSets the color of this embedNameTypeOptionalDescriptioncolornumber | RGBTuple | nullNoThe color of the embedsetDescription(description):thisSets the description of this embedNameTypeOptionalDescriptiondescriptionstring | nullNoThe descriptionsetFields(fields):thisSets the embed's fields (max 25).NameTypeOptionalDescriptionfieldsRestOrArray<APIEmbedField>NoThe fields to setsetFooter(options):thisSets the footer of this embedNameTypeOptionalDescriptionoptionsEmbedFooterOptions | nullNoThe options for the footersetImage(url):thisSets the image of this embedNameTypeOptionalDescriptionurlstring | nullNoThe URL of the imagesetThumbnail(url):thisSets the thumbnail of this embedNameTypeOptionalDescriptionurlstring | nullNoThe URL of the thumbnailsetTimestamp(timestamp?):thisSets the timestamp of this embedNameTypeOptionalDescriptiontimestampnumber | Date | nullYesThe timestamp or datesetTitle(title):thisSets the title of this embedNameTypeOptionalDescriptiontitlestring | nullNoThe titlesetURL(url):thisSets the URL of this embedNameTypeOptionalDescriptionurlstring | nullNoThe URLspliceFields(index, deleteCount, fields):thisRemoves, replaces, or inserts fields in the embed (max 25)NameTypeOptionalDescriptionindexnumberNoThe index to start atdeleteCountnumberNoThe number of fields to removefieldsAPIEmbedField[]NoThe replacing field objectstoJSON():APIEmbedTransforms the embed to a plain object