UnsafeChannelSelectMenu
class UnsafeChannelSelectMenu<M : UnsafeModalForm>(timeoutTask: Task?, val modal: () -> M? = null) : UnsafeSelectMenu<UnsafeChannelSelectMenuContext<M>, M> , ChannelSelectMenu
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Initial response type. Change this to decide what happens when this menu's action is executed.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun createContext(event: SelectMenuInteractionCreateEvent, interactionResponse: MessageInteractionResponseBehavior?, cache: <Error class: unknown class><Any>): UnsafeChannelSelectMenuContext<M>
Function to create the context of the select menu.
Link copied to clipboard
Link copied to clipboard
open suspend fun firstSentryBreadcrumb(context: UnsafeChannelSelectMenuContext<M>, component: SelectMenu<*, *>)
Link copied to clipboard
open suspend fun handleError(context: UnsafeChannelSelectMenuContext<M>, t: Throwable, button: SelectMenu<*, *>)
Link copied to clipboard
Link copied to clipboard
open suspend override fun respondText(context: UnsafeChannelSelectMenuContext<M>, message: Key, failureType: FailureReason<*>)
Link copied to clipboard
open suspend fun runChecks(event: SelectMenuInteractionCreateEvent, cache: MutableStringKeyedMap<Any>): Boolean
Link copied to clipboard
open suspend fun runStandardChecks(event: SelectMenuInteractionCreateEvent, cache: MutableStringKeyedMap<Any>): Boolean