Skip to main content

Embed

Documentation


Documentation / @discordeno/bot / Embed

Interface: Embed

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

Properties

author?

optional author: EmbedAuthor

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


color?

optional color: number

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


description?

optional description: string

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


fields?

optional fields: EmbedField[]

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


optional footer: EmbedFooter

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


image?

optional image: EmbedImage

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


provider?

optional provider: EmbedProvider

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


thumbnail?

optional thumbnail: EmbedThumbnail

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


timestamp?

optional timestamp: number

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


title?

optional title: string

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


type?

optional type: EmbedTypes

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


url?

optional url: string

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


video?

optional video: EmbedVideo

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