Skip to main content
Latest
interface Embed
Re-export
import { type Embed } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

optional
title: string

Title of embed

optional
type: EmbedTypes

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

optional
description: string

Description of embed

optional
url: string

Url of embed

optional
timestamp: string

Timestamp of embed content

optional
color: number

Color code of the embed

optional
image: EmbedImage

Image information

optional
thumbnail: EmbedThumbnail

Thumbnail information

optional
video: EmbedVideo

Video information

optional
provider: EmbedProvider

Provider information

optional
author: EmbedAuthor

Author information

optional
fields: EmbedField[]

Fields information