Table of Contents

Property Text

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Text

Gets the text for the field.

[JsonProperty("text", NullValueHandling = NullValueHandling.Ignore)]
public string? Text { get; }

Property Value

string

Remarks

For questions, the maximum length of this is 300 characters.
For answers, the maximum is 55. This is subject to change from Discord, however.

Despite nullability, this field should always be non-null. This is also subject to change from Discord.