Property Content
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Content
Gets the content of the message.
[JsonProperty("content", NullValueHandling = NullValueHandling.Ignore)]
public string? Content { get; }
Property Value
Remarks
MessageContents is required to not get an empty value.