Skip to main content

Embed

Documentation


Documentation / @discordeno/bot / Embed

Interface: Embed

Defined in: bot/src/transformers/types.ts:613

Properties

author?

optional author: EmbedAuthor

Defined in: bot/src/transformers/types.ts:625


color?

optional color: number

Defined in: bot/src/transformers/types.ts:621


description?

optional description: string

Defined in: bot/src/transformers/types.ts:614


fields?

optional fields: EmbedField[]

Defined in: bot/src/transformers/types.ts:626


optional footer: EmbedFooter

Defined in: bot/src/transformers/types.ts:622


image?

optional image: EmbedImage

Defined in: bot/src/transformers/types.ts:617


provider?

optional provider: EmbedProvider

Defined in: bot/src/transformers/types.ts:624


thumbnail?

optional thumbnail: EmbedThumbnail

Defined in: bot/src/transformers/types.ts:623


timestamp?

optional timestamp: number

Defined in: bot/src/transformers/types.ts:620


title?

optional title: string

Defined in: bot/src/transformers/types.ts:619


type?

optional type: EmbedTypes

Defined in: bot/src/transformers/types.ts:615


url?

optional url: string

Defined in: bot/src/transformers/types.ts:616


video?

optional video: EmbedVideo

Defined in: bot/src/transformers/types.ts:618