Skip to main content
Module

x/denord/mod.ts>Embed

🗣 Discord API module
Latest
interface Embed
import { type Embed } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

optional
title: string

title of embed

optional
type: EmbedType

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

optional
description: string

description of embed

optional
url: string

url of embed

optional
timestamp: Date

timestamp of embed content (ISO8601 timestamp)

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