Property KeywordFilter
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
KeywordFilter
Gets substrings which will be searched in the content.
[JsonProperty("keyword_filter", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<string>? KeywordFilter { get; }