Interface APIEmbed

Hierarchy

  • APIEmbed

Properties

color?: number

Color code of the embed

description?: string

Description of embed

Length limit: 4096 characters

fields?: APIEmbedField[]
provider?: APIEmbedProvider
thumbnail?: APIEmbedThumbnail
timestamp?: string

Timestamp of embed content

title?: string

Title of embed

Length limit: 256 characters

type?: EmbedType

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

Deprecated

Embed types should be considered deprecated and might be removed in a future API version

See https://discord.com/developers/docs/resources/channel#embed-object-embed-types

url?: string

URL of embed

Generated using TypeDoc