Package-level declarations
Types
Link copied to clipboard
Represents the different permission scopes available in the system.
Link copied to clipboard
annotation class SlashCommand(val name: String, val description: String, val permissionScope: PermissionScope = PermissionScope.USER)
Represents the SlashCommand annotation used to annotate classes that define slash commands.