Enum ComponentType
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a type of a component.
public enum ComponentType
- Extension Methods
Fields
ActionRow = 1
A container for other components.
Button = 2
A clickable button.
ChannelSelect = 8
A select menu for picking from channels.
MentionableSelect = 7
A select menu for picking from roles and users.
RoleSelect = 6
A select menu for picking from roles.
SelectMenu = 3
A select menu for picking from choices.
TextInput = 4
A box for entering text.
UserSelect = 5
A select menu for picking from users.