ODDropdownResponderInstanceValues 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 dropdown responder instance values manager.
This class will manage all values from the dropdowns & select menus.
Properties
Properties
Methods
constructor()
function ➜ api.ODDropdownResponderInstanceValues
(no description)
View Parameters (2)
interaction
: type ➜discord.AnySelectMenuInteraction
- Parameter Description Lorem Ipsum.type
: type ➜"string"|"role"|"channel"|"user"|"mentionable"
- Parameter Description Lorem Ipsum.
getChannelValues()
function ➜ Promise
Get the selected channels.
getRoleValues()
function ➜ Promise
Get the selected roles.
getStringValues()
function ➜ string[]
Get the selected values.
getUserValues()
function ➜ Promise
Get the selected users.
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!