Properties
.author
Type: __typeor null
.color
Type: nullor number
.description
Type: stringor null
.fields
.image
Type: APIWebhookEmbedMediaDataor null
.provider
Type: __typeor null
.thumbnail
Type: APIWebhookEmbedMediaDataor null
.timestamp
Type: nullor number
.timestampString
Type: stringor null
.title
Type: stringor null
.url
Type: stringor null
.video
Type: APIWebhookEmbedMediaDataor null
.addField(name:string
,
value:string
,
inline:boolean
)
Type: WebhookEmbed
.addFields(fields:unknown
)
Type: WebhookEmbed
Type: WebhookEmbed
.setAuthor(name:string
,
iconURL:unknown
,
url:unknown
,
proxyIconURL:unknown
)
Type: WebhookEmbed
.setColor(color:unknown
)
Type: WebhookEmbed
.setDescription(description:unknown
)
Type: WebhookEmbed
.setImage(url:string
,
height:unknown
,
width:unknown
,
proxyURL:unknown
)
Type: WebhookEmbed
.setProvider(name:unknown
,
url:unknown
)
Type: WebhookEmbed
.setThumbnail(url:string
,
height:unknown
,
width:unknown
,
proxyURL:unknown
)
Type: WebhookEmbed
.setTimestamp(timestamp:unknown
)
Type: WebhookEmbed
.setTitle(title:unknown
)
Type: WebhookEmbed
.setURL(url:unknown
)
Type: WebhookEmbed
.setVideo(url:string
,
height:unknown
,
width:unknown
,
proxyURL:unknown
)
Type: WebhookEmbed
Type: APIEmbed