Property AutomodQuarantinedUsername
- Namespace
- DisCatSharp.Experimental.Entities
- Assembly
- DisCatSharp.Experimental.dll
AutomodQuarantinedUsername
Whether the member has been indefinitely quarantined by an AutoMod Rule for their username, display name, or nickname.
[JsonProperty("automod_quarantined_username", NullValueHandling = NullValueHandling.Ignore)]
public bool? AutomodQuarantinedUsername { get; set; }
Property Value
- bool?