Skip to main content

ODEmbedData interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface contains the data to build an embed.

View Source

Properties


authorImage type null|string

The author image of the embed

View Source


authorText type null|string

The author text of the embed

View Source


authorUrl type null|string

The author url of the embed

View Source


color type null|discord.ColorResolvable

The color of the embed

View Source


description type null|string

The description of the embed

View Source


fields array api.ODInterfaceWithPartialProperty[]

The fields of the embed

View Source


footerImage type null|string

The footer image of the embed

View Source


footerText type null|string

The footer text of the embed

View Source


image type null|string

The image of the embed

View Source


thumbnail type null|string

The thumbnail of the embed

View Source


timestamp type null|number|Date

The timestamp of the embed

View Source


title type null|string

The title of the embed

View Source


url type null|string

The url of the embed

View Source