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