Table of Contents

Property KeywordFilter

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

KeywordFilter

The substrings which will be searched for in content. Maximum of 1000.

A keyword can be a phrase which contains multiple words. Wildcard symbols (not available to allow lists) can be used to customize how each keyword will be matched.

See keyword matching strategies. Each keyword must be 30 characters or less.

[JsonProperty("keyword_filter", NullValueHandling = NullValueHandling.Ignore)]
public ReadOnlyCollection<string>? KeywordFilter { get; set; }

Property Value

ReadOnlyCollection<string>