Class StageInstanceUpdatedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for StageInstanceUpdated.
public class StageInstanceUpdatedEventArgs : DiscordEventArgs
- Inheritance
-
StageInstanceUpdatedEventArgs
Properties
- Channel
Gets the channel the stage instance is in.
- Guild
Gets the guild the stage instance is in.
- StageInstanceAfter
Gets the stage instance after the update.
- StageInstanceBefore
Gets the stage instance before the update.