Package net.dv8tion.jda.api.events.stage
Class StageInstanceDeleteEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.guild.GenericGuildEvent
net.dv8tion.jda.api.events.stage.GenericStageInstanceEvent
net.dv8tion.jda.api.events.stage.StageInstanceDeleteEvent
- All Implemented Interfaces:
GenericEvent
Indicates that a
StageInstance
was deleted.
Can be used to retrieve the deleted StageInstance and its Guild.
-
Constructor Summary
ConstructorDescriptionStageInstanceDeleteEvent
(JDA api, long responseNumber, StageInstance stageInstance) -
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.stage.GenericStageInstanceEvent
getChannel, getInstance
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString
-
Constructor Details
-
StageInstanceDeleteEvent
public StageInstanceDeleteEvent(@Nonnull JDA api, long responseNumber, @Nonnull StageInstance stageInstance)
-