Package-level declarations
Types
Link copied to clipboard
class ChannelSelectMenuWidget : SelectMenuWidget<Snowflake, ChannelSelectMenuWidget> , ChannelSelectMenu
A select widget that supports channels as options.
Link copied to clipboard
class MentionableSelectMenuWidget : SelectMenuWidget<Snowflake, MentionableSelectMenuWidget> , MentionableSelectMenu
A select widget that supports mentionables as options.
Link copied to clipboard
A select widget that supports roles as options.
Link copied to clipboard
abstract class SelectMenuWidget<C, T : SelectMenuWidget<C, T>> : Widget<List<C?>> , KordExKoinComponent
Link copied to clipboard
A select widget that supports strings as options.
Link copied to clipboard
A select widget that supports users as options.