Skip to main content

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().

View Source

Properties


channel type null|discord.TextBasedChannel

The channel where this modal was triggered.

View Source


didReply boolean boolean

Did a worker already reply to this instance/interaction?

View Source


guild type null|discord.Guild

The guild where this modal was triggered.

View Source


interaction type discord.ModalSubmitInteraction

The interaction which is the source of this instance.

View Source


member type null|discord.GuildMember

The guild member who triggered this modal.

View Source


user type discord.User

The user who triggered this modal.

View Source


values class api.ODModalResponderInstanceValues

The manager for all fields of this modal.

View Source


Methods


constructor() function api.ODModalResponderInstance

(no description)

View Parameters (3)

View Source


defer() function Promise

Defer this modal.

View Parameters (2)
  • type: type "reply"|"update" - Parameter Description Lorem Ipsum.
  • ephemeral: boolean boolean - Parameter Description Lorem Ipsum.

View Source


reply() function Promise

Reply to this modal.

View Parameters (1)

View Source


update() function Promise

Update the message of this modal.

View Parameters (1)

View Source


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!