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