Expand description
Interactive message elements for use with Interaction
s.
Refer to Discord Docs/Message Components for additional information.
Structs§
- Action
Row - Non-interactive
Component
container of other (non action row) components. - Button
- Clickable
Component
below messages. - Select
Menu - Dropdown-style
Component
that renders below messages. - Select
Menu Option - Dropdown options that are part of
SelectMenu
. - Text
Input - Pop-up
Component
that renders on modals.
Enums§
- Button
Style - Style of a
Button
. - Component
- Interactive message element.
- Component
Type - Type of
Component
. - Select
Default Value - A default value for an auto-populated select menu.
- Select
Menu Type - A
SelectMenu
’s type. - Text
Input Style - Style of an
TextInput
.