ODEmbedInstance class
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is an Open Ticket embed instance.
It contains all properties & functions to build an embed!
Methods
Properties
data
interface ➜ api.ODEmbedData
The current data of this embed
Methods
constructor()
function ➜ api.ODEmbedInstance
(no description)
addFields()
function ➜ api.ODEmbedInstance
Add fields to this embed
View Parameters (1)
fields
: array ➜api.ODInterfaceWithPartialProperty[]
- Parameter Description Lorem Ipsum.
clearFields()
function ➜ api.ODEmbedInstance
Clear all fields from this embed
setAuthor()
function ➜ api.ODEmbedInstance
Set the author of this embed
View Parameters (3)
setColor()
function ➜ api.ODEmbedInstance
Set the color of this embed
View Parameters (1)
color
: type ➜null|discord.ColorResolvable
- Parameter Description Lorem Ipsum.
setDescription()
function ➜ api.ODEmbedInstance
Set the description of this embed
setFields()
function ➜ api.ODEmbedInstance
Set the fields of this embed
View Parameters (1)
fields
: array ➜api.ODInterfaceWithPartialProperty[]
- Parameter Description Lorem Ipsum.
setFooter()
function ➜ api.ODEmbedInstance
Set the footer of this embed
View Parameters (2)
setImage()
function ➜ api.ODEmbedInstance
Set the image of this embed
setThumbnail()
function ➜ api.ODEmbedInstance
Set the thumbnail of this embed
setTimestamp()
function ➜ api.ODEmbedInstance
Set the timestamp of this embed
setTitle()
function ➜ api.ODEmbedInstance
Set the title of this embed
setUrl()
function ➜ api.ODEmbedInstance
Set the url of this embed
Defaults
under construction
We're still working on this part of the documentation!
Examples
under construction
We're still working on this part of the documentation!