Table of Contents

Property MatchedContent

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

MatchedContent

Gets the substring in content that triggered the rule.

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

Property Value

string

Remarks

MessageContents is required to not get an empty value.