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.
Container = 17
File = 13
MediaGallery = 12
MentionableSelect = 7
A select menu for picking from roles and users.
RoleSelect = 6
A select menu for picking from roles.
Section = 9
SelectMenu = 3
A select menu for picking from choices.
Separator = 14
TextDisplay = 10
TextInput = 4
A box for entering text.
Thumbnail = 11
UserSelect = 5
A select menu for picking from users.