Enum DiscordComponentType
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents a type of component.
public enum DiscordComponentType
- Extension Methods
Fields
ActionRow = 1
A row of components.
Button = 2
A button.
ChannelSelect = 8
A select menu that allows channels to be selected.
FormInput = 4
An input field.
MentionableSelect = 7
A select menu that allows either roles or users to be selected.
RoleSelect = 6
A select menu that allows roles to be selected.
StringSelect = 3
A select menu that allows arbitrary, bot-defined strings to be selected.
UserSelect = 5
A select menu that allows users to be selected.