Class DiscordBulkBan
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Result of a bulk ban. Contains the ids of users that were successfully banned and the ids of users that failed to be banned.
public class DiscordBulkBan
  - Inheritance
 - 
      
      DiscordBulkBan
 
Properties
- BannedUserIds
 Ids of users that were successfully banned.
- BannedUsers
 Users that were successfully banned.
- FailedUserIds
 Ids of users that failed to be banned (Already banned or not possible to ban).
- FailedUsers
 Users that failed to be banned (Already banned or not possible to ban).