Property Content
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Content
Gets the content for this text display. This can be up to 4000 characters, summed by all text displays in a message.
One text display could contain 4000 characters, or 10 displays of 400 characters each for example.
[JsonProperty("content")]
public string Content { get; }
Property Value
- string