Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface UnsafeButtonInteractionContext : UnsafeComponentInteractionContext<ButtonInteractionCreateEvent>
Interface representing a generic, unsafe interaction action context.
Link copied to clipboard
open class UnsafeInteractionButton<M : UnsafeModalForm>(timeoutTask: Task?, val modal: () -> M? = null) : InteractionButtonWithAction<UnsafeInteractionComponentContext<M>, M>