Skip to main content

ODDropdownResponderInstance 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.

An instance is an active dropdown interaction. You can reply to the dropdown using reply().

View Source

Properties


channel type discord.TextBasedChannel

The channel where this dropdown 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 dropdown was triggered.

View Source


interaction type discord.AnySelectMenuInteraction

The interaction which is the source of this instance.

View Source


member type null|discord.GuildMember

The guild member who triggered this dropdown.

View Source


message type discord.Message

The message this dropdown originates from.

View Source


type type "string"|"role"|"channel"|"user"|"mentionable"

The dropdown type.

View Source


user type discord.User

The user who triggered this dropdown.

View Source


values class api.ODDropdownResponderInstanceValues

The manager for all values of this dropdown.

View Source


Methods


constructor() function api.ODDropdownResponderInstance

(no description)

View Parameters (3)

View Source


defer() function Promise

Defer this dropdown.

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

View Source


getMessageComponent() function null|discord.ButtonComponent

Get a component from the original message of this dropdown.

View Parameters (2)
  • type: type "button" - Parameter Description Lorem Ipsum.
  • id: type string|RegExp - Parameter Description Lorem Ipsum.

View Source


getMessageEmbed() function null|discord.Embed

Get the first embed of the original message if it exists.

View Source


modal() function Promise

Show a modal as reply to this dropdown.

View Parameters (1)

View Source


reply() function Promise

Reply to this dropdown.

View Parameters (1)

View Source


update() function Promise

Update the message of this dropdown.

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!