Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
abstract val interaction: Interaction
Link copied to clipboard
abstract val original: T

Functions

Link copied to clipboard
Link copied to clipboard
open fun queue()

Queue the request and don't wait for the response.

Link copied to clipboard
abstract fun reply(): ReplyCallbackAction

Send a reply message to the interaction.

Link copied to clipboard
abstract fun send(): WebhookMessageCreateAction<Message>

Send a followup message to the interaction.

Link copied to clipboard
open fun setActionRows(vararg rows: ActionRow): ContextAction<T>
open fun setActionRows(rows: Collection<ActionRow>): ContextAction<T>
Link copied to clipboard
open fun setEphemeral(ephemeral: Boolean): ContextAction<T>