MessageEmbed

Inherits: Reference < Object

Description

Represents an embeded content within a message.

Properties

type name
String title
int type
String description
String url
int timestamp
Color color
MessageEmbedFooter footer
MessageEmbedImage image
MessageEmbedThumbnail thumbnail
MessageEmbedVideo video
MessageEmbedProvider provider
MessageEmbedAuthor author
Array fields

Constants

  • Dictionary Type

    • UNKNOWN = 0

    • RICH = 1

    • IMAGE = 2

    • VIDEO = 3

    • GIFV = 4

    • ARTICLE = 5

    • LINK = 6

    Message embed types.

Property Descriptions