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.