Table of Contents

Property Presences

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Presences

Gets a dictionary of the presences cached for this guild. The dictionary's key is the user ID. Computed on demand from the centralized presence store.

[JsonIgnore]
public IReadOnlyDictionary<ulong, DiscordPresence> Presences { get; }

Property Value

IReadOnlyDictionary<ulong, DiscordPresence>