Represents a embed on Guilded.

See

https://www.guilded.gg/docs/api/chat/ChatEmbed

Hierarchy

  • APIEmbed

Properties

The author of the embed.

color?: number

The color of the embed.

description?: string

The description of the embed.

fields?: APIEmbedField[]

The fields of the embed.

The footer of the embed.

The image of the embed.

thumbnail?: APIEmbedMedia

The thumbnail of the embed.

timestamp?: Date

The timestamp of the embed.

title?: string

The title of the embed.

url?: string

The URL of the embed.