Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
abstract class UnsafeSelectMenu<C : SelectMenuContext, UnsafeSelectMenuInteractionContext, M : UnsafeModalForm>(timeoutTask: Task?, val modal: () -> M? = null) : SelectMenu<C, M>
Link copied to clipboard
interface UnsafeSelectMenuInteractionContext : UnsafeComponentInteractionContext<SelectMenuInteractionCreateEvent>
Interface representing a generic, unsafe interaction action context.