Module component

Source
Expand description

Interactive message elements for use with Interactions.

Refer to Discord Docs/Message Components for additional information.

Structs§

ActionRow
Non-interactive Component container of other (non action row) components.
Button
Clickable Component below messages.
SelectMenu
Dropdown-style Component that renders below messages.
SelectMenuOption
Dropdown options that are part of SelectMenu.
TextInput
Pop-up Component that renders on modals.

Enums§

ButtonStyle
Style of a Button.
Component
Interactive message element.
ComponentType
Type of Component.
SelectDefaultValue
A default value for an auto-populated select menu.
SelectMenuType
A SelectMenu’s type.
TextInputStyle
Style of an TextInput.