Property ExemptRoles
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ExemptRoles
The role ids that should not be affected by the rule. Maximum of 20.
[JsonProperty("exempt_roles", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<ulong>? ExemptRoles { get; }