Table of Contents

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

IReadOnlyCollection<ulong>

FailedUsers

Gets the collection of user IDs that failed to be banned.

public IReadOnlyCollection<ulong> FailedUsers { get; }

Property Value

IReadOnlyCollection<ulong>