Table of Contents

Property Label

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Label

Gets or sets the label.

[JsonProperty("label")]
public string? Label { get; set; }

Property Value

string

Remarks

This value is not returned by Discord, and will be null in a modal submit event.