Package dev.kord.core.entity.interaction.response

Types

EphemeralMessageInteractionResponse
Link copied to clipboard
class EphemeralMessageInteractionResponse(message: Message, applicationId: Snowflake, token: String, kord: Kord, supplier: EntitySupplier) : MessageInteractionResponse, EphemeralMessageInteractionResponseBehavior

An EphemeralMessageInteractionResponseBehavior that holds the message this is a handle to.

MessageInteractionResponse
Link copied to clipboard
sealed class MessageInteractionResponse : MessageInteractionResponseBehavior

A MessageInteractionResponseBehavior that holds the message this is a handle to.

PublicMessageInteractionResponse
Link copied to clipboard
class PublicMessageInteractionResponse(message: Message, applicationId: Snowflake, token: String, kord: Kord, supplier: EntitySupplier) : MessageInteractionResponse, PublicMessageInteractionResponseBehavior

A PublicMessageInteractionResponseBehavior that holds the message this is a handle to.