Property FailedUserIds
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
FailedUserIds
Ids of users that failed to be banned (Already banned or not possible to ban).
[JsonProperty("failed_users")]
public IEnumerable<ulong> FailedUserIds { get; }
Ids of users that failed to be banned (Already banned or not possible to ban).
[JsonProperty("failed_users")]
public IEnumerable<ulong> FailedUserIds { get; }