Enum ComponentType
Represents a type of a component.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum ComponentType
Fields​
ActionRow​
A container for other components.
View Source​
Declaration
ActionRow = 1
Button​
A clickable button.
View Source​
Declaration
Button = 2
SelectMenu​
A select menu for picking from choices.
View Source​
Declaration
SelectMenu = 3