Table of Contents

Property Users

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Users

Gets the resolved user objects, if any.

[JsonProperty("users", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyDictionary<ulong, DiscordUser> Users { get; }

Property Value

IReadOnlyDictionary<ulong, DiscordUser>