Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MessageEmbed

Represents an embed contained in a Message

Hierarchy

  • MessageEmbed

Implements

Index

Constructors

constructor

Properties

author

author: MessageEmbedAuthor | undefined

MessageEmbedFooter object containing this embed's author data

color

color: number | undefined

Color code of the embed

description

description: string | undefined

Description of this embed

fields

fields: MessageEmbedField[] | undefined

MessageEmbedField array containing this embed's fields

footer

footer: MessageEmbedFooter | undefined

MessageEmbedFooter object containing this embed's footer data

image

image: MessageEmbedImage | undefined

MessageEmbedImage object containing this embed's image data

provider

provider: MessageEmbedProvider | undefined

MessageEmbedProvider object containing this embed's provider data

thumbnail

thumbnail: MessageEmbedThumbnail | undefined

MessageEmbedThumbnail object containing this embed's thumbnail data

timestamp

timestamp: Timestamp | undefined

Timestamp of this embed's content

title

title: string | undefined

Title of this embed

type

type: MessageEmbedType | undefined

Type of this embed (always "rich" for webhook embeds)

url

url: string | undefined

URL of this embed

video

video: MessageEmbedVideo | undefined

MessageEmbedVideo object containing this embed's video data

Methods

Static dataToStructure

Static from

Generated using TypeDoc