Enum ComponentType
Represents a type of a component.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum ComponentType : int
Fields
Name | Description |
---|---|
ActionRow | A container for other components. |
Button | A clickable button. |
ChannelSelect | A select menu for picking from channels. |
MentionableSelect | A select menu for picking from roles and users. |
RoleSelect | A select menu for picking from roles. |
SelectMenu | A select menu for picking from choices. |
TextInput | A box for entering text. |
UserSelect | A select menu for picking from users. |