Skip to main content

Embed

Documentation


Documentation / @discordeno/bot / Embed

Interface: Embed

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

Properties

author?

optional author: EmbedAuthor

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


color?

optional color: number

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


description?

optional description: string

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


fields?

optional fields: EmbedField[]

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


optional footer: EmbedFooter

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


image?

optional image: EmbedImage

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


provider?

optional provider: EmbedProvider

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


thumbnail?

optional thumbnail: EmbedThumbnail

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


timestamp?

optional timestamp: number

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


title?

optional title: string

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


type?

optional type: EmbedTypes

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


url?

optional url: string

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


video?

optional video: EmbedVideo

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