Package-level declarations

Types

Link copied to clipboard
class UnsafeCommandMessageCommandContext<M : UnsafeModalForm>(val event: MessageCommandInteractionCreateEvent, val command: MessageCommand<UnsafeCommandMessageCommandContext<M>, M>, var interactionResponse: MessageInteractionResponseBehavior?, cache: <Error class: unknown class><Any>) : MessageCommandContext<UnsafeCommandMessageCommandContext<M>, M> , UnsafeCommandInteractionContext

Command context for an unsafe message command.

Link copied to clipboard
class UnsafeCommandSlashCommandContext<A : Arguments, M : UnsafeModalForm>(val event: ChatInputCommandInteractionCreateEvent, val command: UnsafeSlashCommand<A, M>, var interactionResponse: MessageInteractionResponseBehavior?, cache: <Error class: unknown class><Any>) : SlashCommandContext<UnsafeCommandSlashCommandContext<A, M>, A, M> , UnsafeCommandInteractionContext

Command context for an unsafe slash command.

Link copied to clipboard
class UnsafeCommandUserCommandContext<M : UnsafeModalForm>(val event: UserCommandInteractionCreateEvent, val command: UserCommand<UnsafeCommandUserCommandContext<M>, M>, var interactionResponse: MessageInteractionResponseBehavior?, cache: <Error class: unknown class><Any>) : UserCommandContext<UnsafeCommandUserCommandContext<M>, M> , UnsafeCommandInteractionContext

Command context for an unsafe user command.

Link copied to clipboard
class UnsafeInteractionComponentContext<M : UnsafeModalForm>(val component: UnsafeInteractionButton<M>, val event: ButtonInteractionCreateEvent, var interactionResponse: MessageInteractionResponseBehavior?, cache: <Error class: unknown class><Any>) : InteractionButtonContext, UnsafeButtonInteractionContext