Struct BulkBanResult
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a result of a bulk ban.
public readonly struct BulkBanResult
- Inherited Members
Properties
BannedUsers
Gets the collection of user IDs that were successfully banned.
public IReadOnlyCollection<ulong> BannedUsers { get; }
Property Value
FailedUsers
Gets the collection of user IDs that failed to be banned.
public IReadOnlyCollection<ulong> FailedUsers { get; }