Table of Contents

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

string

Remarks

MessageContents is required to not get an empty value.