Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/src/types/mod.ts>APIEmbed

An Object Oriented Discord API wrapper for Deno.
Latest
interface APIEmbed
Re-export
import { type APIEmbed } from "https://deno.land/x/denocordts@1.2.0/src/types/mod.ts";

Properties

optional
title: string

Title of embed

Length limit: 256 characters

optional
deprecated
type: EmbedType

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

optional
description: string

Description of embed

Length limit: 4096 characters

optional
url: string

URL of embed

optional
timestamp: string

Timestamp of embed content

optional
color: number

Color code of the embed

optional
fields: APIEmbedField[]