Properties

Link copied to clipboard
abstract val applicationId: Snowflake

The id of the application the interaction is for.

Link copied to clipboard

The behavior of the channel the interaction was sent from.

Link copied to clipboard
abstract val channelId: Snowflake

The id of the channel the interaction was sent from.

Link copied to clipboard
abstract val id: Snowflake

The unique identifier of this entity.

Link copied to clipboard
abstract val kord: Kord

The kord instance that created this object.

Link copied to clipboard
abstract val supplier: EntitySupplier

The supplier used to request entities.

Link copied to clipboard
abstract val token: String

A continuation token for responding to the interaction.

Functions

Link copied to clipboard
open operator override fun compareTo(other: Entity): Int

Compares entities on id.

Link copied to clipboard

Acknowledges the interaction with the intent of responding with an ephemeral message later by calling respond on the returned object.

Link copied to clipboard

Acknowledges the interaction with the intent of responding with an ephemeral message later by calling edit on the returned object.

Link copied to clipboard

Acknowledges the interaction with the intent of responding with a public message later by calling respond on the returned object.

Link copied to clipboard

Acknowledges the interaction with the intent of responding with a public message later by calling edit on the returned object.

Link copied to clipboard
open suspend fun getChannel(): MessageChannel
Link copied to clipboard
open suspend fun getChannelOrNull(): MessageChannel?
Link copied to clipboard

Returns the initial interaction response.

Link copied to clipboard

Returns the initial interaction response or null if it was not found.

Link copied to clipboard

Responds to the interaction with a popup modal.

Link copied to clipboard
Link copied to clipboard

Responds to the interaction with a public message.

Link copied to clipboard

Returns a copy of this class with a new supplier provided by the strategy.