export declare class EmbedFieldBuilder
A builder that creates API-compatible JSON data for embed fields.
setInlineinline?: boolean) : this (
inline?: boolean
Sets whether this field should display inline.
setNamename: string) : this (
name: string
Sets the name for this embed field.
setValuevalue: string) : this (
value: string
Sets the value for this embed field.
toJSONvalidationOverride?: boolean) : APIEmbedField (
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.