ODDropdownResponderInstance 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 dropdown responder instance.
An instance is an active dropdown interaction. You can reply to the dropdown using reply()
.
Properties
channel
type ➜ discord.TextBasedChannel
The channel where this dropdown was triggered.
didReply
boolean ➜ boolean
Did a worker already reply to this instance/interaction?
guild
type ➜ null|discord.Guild
The guild where this dropdown was triggered.
interaction
type ➜ discord.AnySelectMenuInteraction
The interaction which is the source of this instance.
member
type ➜ null|discord.GuildMember
The guild member who triggered this dropdown.
message
type ➜ discord.Message
The message this dropdown originates from.
type
type ➜ "string"|"role"|"channel"|"user"|"mentionable"
The dropdown type.
user
type ➜ discord.User
The user who triggered this dropdown.
values
class ➜ api.ODDropdownResponderInstanceValues
The manager for all values of this dropdown.
Methods
constructor()
function ➜ api.ODDropdownResponderInstance
(no description)
View Parameters (3)
interaction
: type ➜discord.AnySelectMenuInteraction
- Parameter Description Lorem Ipsum.errorCallback
: type ➜null|api.ODResponderTimeoutErrorCallback
- Parameter Description Lorem Ipsum.timeoutMs
: type ➜null|number
- Parameter Description Lorem Ipsum.
defer()
function ➜ Promise
Defer this dropdown.
View Parameters (2)
type
: type ➜"reply"|"update"
- Parameter Description Lorem Ipsum.ephemeral
: boolean ➜boolean
- Parameter Description Lorem Ipsum.
getMessageComponent()
function ➜ null|discord.ButtonComponent
Get a component from the original message of this dropdown.
View Parameters (2)
getMessageEmbed()
function ➜ null|discord.Embed
Get the first embed of the original message if it exists.
modal()
function ➜ Promise
Show a modal as reply to this dropdown.
View Parameters (1)
modal
: interface ➜api.ODModalBuildResult
- Parameter Description Lorem Ipsum.
reply()
function ➜ Promise
Reply to this dropdown.
View Parameters (1)
msg
: interface ➜api.ODMessageBuildResult
- Parameter Description Lorem Ipsum.
update()
function ➜ Promise
Update the message of this dropdown.
View Parameters (1)
msg
: interface ➜api.ODMessageBuildResult
- 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!