Table of Contents

Property ExemptChannels

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

ExemptChannels

The channel ids that should not be affected by the rule. Maximum of 50.

[JsonProperty("exempt_channels", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<ulong>? ExemptChannels { get; }

Property Value

IReadOnlyList<ulong>