Enum ComponentType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents a type of component.
public enum ComponentType
Fields
ActionRow = 1A row of components.
Button = 2A button.
StringSelect = 3A select menu to select strings.
TextInput = 4A text input.
UserSelect = 5A select menu to select users.
RoleSelect = 6A select menu to select roles.
MentionableSelect = 7A select menu to select menu to select users and roles.
ChannelSelect = 8A select menu to select channels.
Section = 9A section.
TextDisplay = 10A text display.
Thumbnail = 11A thumbnail.
MediaGallery = 12A media gallery.
File = 13A file.
Separator = 14A separator.
ContentInventoryEntry = 16Cannot be used by bots.
Container = 17A container.
Label = 18A label.
FileUpload = 19A file upload component.