Interface EmbedOptions

Hierarchy

  • EmbedOptions

Properties

color?: number

The color code of the embed.

description?: string

The description of the embed.

fields?: EmbedField[]

The fields of the embed.

The footer information.

The image information.

The thumbnail information.

timestamp?: string

The timestamp of the embed content.

title?: string

The title of the embed.

type?: RICH

Type of embed (forced to RICH for custom embeds).

url?: string

The URL of the embed.

Generated using TypeDoc