Package net.dv8tion.jda.api.events.guild.scheduledevent
package net.dv8tion.jda.api.events.guild.scheduledevent
Gateway events for
ScheduledEvents
.
It should be noted that ScheduledEvents
are not
actual gateway events found in the net.dv8tion.jda.api.events
package, but are rather entities similar to
User
or TextChannel
objects
representing a scheduled event.
-
ClassDescriptionIndicates that a gateway event relating to a
ScheduledEvent
has been fired.Indicates that aUser
has subscribed or unsubscribed to aScheduledEvent
.Indicates that aScheduledEvent
object has been created.Indicates that aScheduledEvent
object has been deleted.Indicates that aUser
has subscribed to aScheduledEvent
.Indicates that aUser
has unsubscribed from aScheduledEvent
.