Package net.dv8tion.jda.api.events.guild.scheduledevent.update
package net.dv8tion.jda.api.events.guild.scheduledevent.update
Events for
ScheduleEvent
updates.
Requirements
These events require the SCHEDULED_EVENTS
intent and CacheFlag.SCHEDULED_EVENTS
to be enabled.
createDefault(String)
and
createLight(String)
disable this by default!
Discord does not specifically tell us about the updates, but merely tells us the
ScheduledEvent
was updated and gives us the updated ScheduledEvent
object.
In order to fire specific events we need to have the old ScheduledEvent
cached to compare against.
-
ClassDescriptionA generic gateway event class representing an update of a
ScheduledEvent
entity.Indicates thedescription
of aScheduledEvent
has changed.Indicates theend time
of aScheduledEvent
has changed.Indicates theimage
of aScheduledEvent
has changed.Indicates that the location of aScheduledEvent
has changed.Indicates that thename
of aScheduledEvent
has changed.Indicates thestart time
of aScheduledEvent
has changed.Indicates that thestatus
of aScheduledEvent
has changed.