Hierarchy

  • IEmbed

Properties

author?: IAuthor

Author information.

color?: number

color code of the embed.

description?: string

Description of the embed. Up to 2048 characters.

fields?: IField[]

Fields information. Up to 25 fields.

footer?: IFooter

Footer information.

image?: IImage

Image information.

provider?: IProvider

Provider information.

thumbnail?: IThumbnail

Thumbnail information.

timestamp?: string

ISO8601 timestamp of the embed content.

title?: string

Title of the embed. Up to 256 characters.

type?: "rich"

Embed type. (Always "rich" for webhook embeds)

url?: string

URL of embed.

video?: IVideo

Video information.

Generated using TypeDoc