InitialSlashCommandResponse

Sealed class representing the initial response types for an unsafe slash command.

Inheritors

Types

Link copied to clipboard

Respond with an ephemeral ack, without any content.

Link copied to clipboard
data class EphemeralResponse(val builder: <Error class: unknown class>) : InitialSlashCommandResponse

Respond with an ephemeral ack, including message content.

Link copied to clipboard

Don't respond. Warning: You may not be able to respond in time!

Link copied to clipboard

Respond with a public ack, without any content.

Link copied to clipboard
data class PublicResponse(val builder: <Error class: unknown class>) : InitialSlashCommandResponse

Respond with a public ack, including message content.