Skip to main content

ODButtonResponderInstance 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 button responder instance.

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

View Source

Properties


channel type discord.TextBasedChannel

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

View Source


interaction type discord.ButtonInteraction

The interaction which is the source of this instance.

View Source


member type null|discord.GuildMember

The guild member who triggered this button.

View Source


message type discord.Message

The message this button originates from.

View Source


user type discord.User

The user who triggered this button.

View Source


Methods


constructor() function api.ODButtonResponderInstance

(no description)

View Parameters (3)

View Source


defer() function Promise

Defer this button.

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

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

View Parameters (1)

View Source


reply() function Promise

Reply to this button.

View Parameters (1)

View Source


update() function Promise

Update the message of this button.

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!