MentionableSelectMenuContext
abstract class MentionableSelectMenuContext(component: SelectMenu<*, *>, event: SelectMenuInteractionCreateEvent, cache: MutableStringKeyedMap<Any>) : SelectMenuContext
Abstract class representing the execution context of a user select (dropdown) menu component.
Inheritors
Constructors
Link copied to clipboard
constructor(component: SelectMenu<*, *>, event: SelectMenuInteractionCreateEvent, cache: MutableStringKeyedMap<Any>)
Properties
Link copied to clipboard
Link copied to clipboard
Cached locale variable, stored and retrieved by getLocale.
Link copied to clipboard
Roles selected by the user before de-focusing the menu.
Link copied to clipboard
Users selected by the user before de-focusing the menu.
Link copied to clipboard
Current Sentry context, containing breadcrumbs and other goodies.
Link copied to clipboard
Configured bot settings object.