Class StageInstanceCreatedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for StageInstanceCreated.
public class StageInstanceCreatedEventArgs : DiscordEventArgs
- Inheritance
-
StageInstanceCreatedEventArgs
Properties
- Channel
Gets the channel the stage instance was created in.
- Guild
Gets the guild the stage instance was created in.
- StageInstance
Gets the stage instance that was created.