ODModalResponderInstance 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 modal responder instance.
An instance is an active modal interaction. You can reply to the modal using reply()
.
Methods
Properties
channel
type ➜ null|discord.TextBasedChannel
The channel where this modal was triggered.
didReply
boolean ➜ boolean
Did a worker already reply to this instance/interaction?
guild
type ➜ null|discord.Guild
The guild where this modal was triggered.
interaction
type ➜ discord.ModalSubmitInteraction
The interaction which is the source of this instance.
member
type ➜ null|discord.GuildMember
The guild member who triggered this modal.
user
type ➜ discord.User
The user who triggered this modal.
values
class ➜ api.ODModalResponderInstanceValues
The manager for all fields of this modal.
Methods
constructor()
function ➜ api.ODModalResponderInstance
(no description)
View Parameters (3)
interaction
: type ➜discord.ModalSubmitInteraction
- 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 modal.
View Parameters (2)
type
: type ➜"reply"|"update"
- Parameter Description Lorem Ipsum.ephemeral
: boolean ➜boolean
- Parameter Description Lorem Ipsum.
reply()
function ➜ Promise
Reply to this modal.
View Parameters (1)
msg
: interface ➜api.ODMessageBuildResult
- Parameter Description Lorem Ipsum.
update()
function ➜ Promise
Update the message of this modal.
View Parameters (1)
msg
: interface ➜api.ODMessageBuildResult
- Parameter Description Lorem Ipsum.
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!