Package-level declarations
Types
Link copied to clipboard
Sealed class representing the initial response types for an unsafe message command.
Link copied to clipboard
class UnsafeMessageCommand<M : UnsafeModalForm>(extension: Extension, val modal: () -> M? = null) : MessageCommand<UnsafeCommandMessageCommandContext<M>, M>
Like a standard message command, but with less safety features.