Table of Contents

Property StageInstances

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

StageInstances

Gets a dictionary of all active stage instances. The dictionary's key is the stage ID.

[JsonIgnore]
public IReadOnlyDictionary<ulong, DiscordStageInstance> StageInstances { get; }

Property Value

IReadOnlyDictionary<ulong, DiscordStageInstance>