ODMessageInstance class
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is an Open Ticket message instance.
It contains all properties & functions to build a message!
Methods
Properties
data
interface ➜ api.ODMessageData
The current data of this message
Methods
constructor()
function ➜ api.ODMessageInstance
(no description)
addComponent()
function ➜ api.ODMessageInstance
Add a component to this message!
View Parameters (1)
component
: interface ➜api.ODComponentBuildResult
- Parameter Description Lorem Ipsum.
addEmbed()
function ➜ api.ODMessageInstance
Add an embed to this message!
View Parameters (1)
embed
: interface ➜api.ODEmbedBuildResult
- Parameter Description Lorem Ipsum.
addFile()
function ➜ api.ODMessageInstance
Add a file to this message!
View Parameters (1)
file
: interface ➜api.ODFileBuildResult
- Parameter Description Lorem Ipsum.
getComponent()
function ➜ null|"\n"|discord.MessageActionRowComponentBuilder
Get a component from this message
View Parameters (1)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.
getEmbed()
function ➜ null|discord.EmbedBuilder
Get an embed from this message
View Parameters (1)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.
getFile()
function ➜ null|discord.AttachmentBuilder
Get a file from this message
View Parameters (1)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.
removeComponent()
function ➜ api.ODMessageInstance
Remove a component from this message
View Parameters (1)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.
removeEmbed()
function ➜ api.ODMessageInstance
Remove an embed from this message
View Parameters (1)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.
removeFile()
function ➜ api.ODMessageInstance
Remove a file from this message
View Parameters (1)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.
setComponents()
function ➜ api.ODMessageInstance
Set the components of this message
View Parameters (1)
components
: array ➜api.ODComponentBuildResult[]
- Parameter Description Lorem Ipsum.
setContent()
function ➜ api.ODMessageInstance
Set the content of this message
setEmbeds()
function ➜ api.ODMessageInstance
Set the embeds of this message
View Parameters (1)
embeds
: array ➜api.ODEmbedBuildResult[]
- Parameter Description Lorem Ipsum.
setEphemeral()
function ➜ api.ODMessageInstance
Make this message ephemeral when possible
View Parameters (1)
ephemeral
: boolean ➜boolean
- Parameter Description Lorem Ipsum.
setFiles()
function ➜ api.ODMessageInstance
Set the files of this message
View Parameters (1)
files
: array ➜api.ODFileBuildResult[]
- Parameter Description Lorem Ipsum.
setPoll()
function ➜ api.ODMessageInstance
Set the poll of this message
View Parameters (1)
poll
: type ➜null|discord.PollData
- Parameter Description Lorem Ipsum.
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!