Package-level declarations
Types
Link copied to clipboard
class EphemeralMessageInteractionResponse(val message: Message, val applicationId: Snowflake, val token: String, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : MessageInteractionResponse, EphemeralMessageInteractionResponseBehavior
An EphemeralMessageInteractionResponseBehavior that holds the message this is a handle to.
Link copied to clipboard
A MessageInteractionResponseBehavior that holds the message this is a handle to.
Link copied to clipboard
class PublicMessageInteractionResponse(val message: Message, val applicationId: Snowflake, val token: String, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : MessageInteractionResponse, PublicMessageInteractionResponseBehavior
A PublicMessageInteractionResponseBehavior that holds the message this is a handle to.