Property FailedUsers
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
FailedUsers
Gets the list of user ids, that were not banned.
These users were either already banned or could not be banned due to various reasons.
[JsonProperty("failed_users", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<ulong> FailedUsers { get; }