Table of Contents

Property UserCache

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

UserCache

Gets the cached users for this client.

public ConcurrentDictionary<ulong, DiscordUser> UserCache { get; }

Property Value

ConcurrentDictionary<ulong, DiscordUser>