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

x/cordeno/src/client/interfaces/interface_export.ts>Embed

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Latest
interface Embed
import { type Embed } from "https://deno.land/x/cordeno@v0.3.5/src/client/interfaces/interface_export.ts";

Properties

title: string
type: string
description: string
url: string
timestamp: string
color: number
optional
image: { url?: string; proxy_url?: string; height?: number; width?: number; }
optional
thumbnail: { url?: string; proxy_url?: string; height?: number; width?: number; }
optional
video: { url?: string; height?: number; width?: number; }
optional
provider: { name?: string; url?: string; }
optional
author: { name?: string; url?: string; icon_url?: string; proxy_icon_url?: string; }
optional
fields: Array<{ name: string; value: string; inline?: boolean; }>