Class ScheduledEventDeleteEvent


  • public class ScheduledEventDeleteEvent
    extends GuildEvent
    Dispatched when a guild scheduled event is deleted.

    This event is dispatched by Discord.

    See Also:
    Discord
    • Method Detail

      • getScheduledEvent

        public ScheduledEvent getScheduledEvent()
        Return the ScheduledEvent associated with this delete event.
        Returns:
        a deleted scheduled event
      • getGuild

        public Mono<Guild> getGuild()
        Requests to retrieve the Guild where a scheduled event was deleted.
        Returns:
        a Mono where, upon successful completion, emits the Guild involved. If an error is received, it is emitted through the Mono.