Package-level declarations
Types
Link copied to clipboard
class AutoCompleteContext(val event: CommandAutoCompleteInteractionEvent, val function: KFunction<*>) : CommandAutoCompleteInteraction, InteractionContext<CommandAutoCompleteInteractionEvent>
Link copied to clipboard
class ButtonContext(val event: ButtonInteractionEvent, val matcher: Matcher, val function: KFunction<*>) : ButtonInteraction, InteractionContext<ButtonInteractionEvent>
Link copied to clipboard
interface ContextCreator
Link copied to clipboard
interface DeferrableInteraction
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ModalContext(val event: ModalInteractionEvent, val matcher: Matcher, val function: KFunction<*>) : ModalInteraction, DeferrableInteraction, InteractionContext<ModalInteractionEvent>
Link copied to clipboard
interface SlashCommandContext : DeferrableInteraction, InteractionContext<SlashCommandInteractionEvent>