Class StageInstanceDeleteEvent

All Implemented Interfaces:
GenericEvent

public class StageInstanceDeleteEvent extends GenericStageInstanceEvent
Indicates that a StageInstance was deleted.

Can be used to retrieve the deleted StageInstance and its Guild.

  • Constructor Details

    • StageInstanceDeleteEvent

      public StageInstanceDeleteEvent(@Nonnull JDA api, long responseNumber, @Nonnull StageInstance stageInstance)