Skip to main content
Module

x/natico/deps.ts>DiscordenoEmbed

A powerful and customizable framework for Discordeno
Latest
interface DiscordenoEmbed
Re-export
import { type DiscordenoEmbed } from "https://deno.land/x/natico@4.0.0-pre.4/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