InitialMessageCommandResponse
Sealed class representing the initial response types for an unsafe message 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>) : InitialMessageCommandResponse
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>) : InitialMessageCommandResponse
Respond with a public ack, including message content.