Table of Contents

Class DiscordLabelComponent

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents a label in a modal.

public class DiscordLabelComponent : DiscordComponent
Inheritance
DiscordLabelComponent
Inherited Members

Constructors

DiscordLabelComponent(BaseDiscordSelectComponent, string, string?)
DiscordLabelComponent(DiscordTextInputComponent, string, string?)

Properties

Component

Gets the component contained within the label. At this time, this may only be BaseDiscordSelectComponent or DiscordTextInputComponent.

ComponentType
Description

Gets or sets the description of the label.

Label

Gets or sets the label.