Table of Contents

Property UserCache

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

UserCache

Gets the cached users for this client.

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

Property Value

ConcurrentDictionary<ulong, DiscordUser>