Skip to content

MessageEmbedOptions

typedef · Source

Represents the possible options for a MessageEmbed Type: Object

Properties

title

optional

title: string

The title of this embed

description

optional

description: string

The description of this embed

url

optional

url: string

The URL of this embed

timestamp

optional

timestamp: Date | number

The timestamp of this embed

color

optional

color: ColorResolvable

The color of this embed

fields

optional

fields: Array<EmbedFieldData>

The fields of this embed

author

optional

author: Partial<MessageEmbedAuthor>

The author of this embed

thumbnail

optional

thumbnail: Partial<MessageEmbedThumbnail>

The thumbnail of this embed

image

optional

image: Partial<MessageEmbedImage>

The image of this embed

video

optional

video: Partial<MessageEmbedVideo>

The video of this embed

optional

footer: Partial<MessageEmbedFooter>

The footer of this embed

Unofficial software. Not affiliated with or supported by Discord.