Table of Contents

Property BannedUsers

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

BannedUsers

Gets the list of user ids, that were successfully banned.

[JsonProperty("banned_users", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<ulong> BannedUsers { get; }

Property Value

IReadOnlyList<ulong>