Table of Contents

Enum ComponentType

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents a type of component.

public enum ComponentType

Fields

ActionRow = 1

A row of components.

Button = 2

A button.

StringSelect = 3

A select menu to select strings.

InputText = 4

A input text.

UserSelect = 5

A select menu to select users.

RoleSelect = 6

A select menu to select roles.

MentionableSelect = 7

A select menu to select menu to select users and roles.

ChannelSelect = 8

A select menu to select channels.

Section = 9

A section.

TextDisplay = 10

A text display.

Thumbnail = 11

A thumbnail.

MediaGallery = 12

A media gallery.

File = 13

A file.

Separator = 14

A separator.

ContentInventoryEntry = 16

Cannot be used by bots.

Container = 17

A container.