Skip to main content
Latest
interface DiscordenoEmbed
Re-export
import { type DiscordenoEmbed } 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: number

Timestamp of embed content

optional
color: number

Color code of the embed

optional
image: { url?: string; proxyUrl?: string; height?: number; width?: number; }

Image information

optional
thumbnail: { url?: string; proxyUrl?: string; height?: number; width?: number; }

Thumbnail information

optional
video: { url?: string; proxyUrl?: string; height?: number; width?: number; }

Video information

optional
provider: { name?: string; url?: string; }

Provider information

optional
author: { name?: string; url?: string; iconUrl?: string; proxyIconUrl?: string; }

Author information

optional
fields: { name: string; value: string; inline?: boolean; }[]

Fields information