Table of Contents

Property StageInstances

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

StageInstances

Gets the stage instances in this guild.

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

Property Value

IReadOnlyDictionary<ulong, DiscordStageInstance>