Class StageInstanceDeleteEventArgs
Represents arguments for StageInstanceDeleted event.
Inheritance
System.Object
System.EventArgs
StageInstanceDeleteEventArgs
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class StageInstanceDeleteEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceGuild
Gets the guild in which the stage instance was deleted.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
StageInstance
Gets the stage instance that was deleted.
Declaration
public DiscordStageInstance StageInstance { get; }
Property Value
Type | Description |
---|---|
DiscordStageInstance |