Interface ScheduledEvent

All Superinterfaces:
Comparable<ScheduledEvent>, ISnowflake

public interface ScheduledEvent extends ISnowflake, Comparable<ScheduledEvent>
A class representing a ScheduledEvent (The events that show up under the events tab in the Official Discord Client). These events should not be confused with Gateway Events, which are fired by Discord whenever something interesting happens (ie., a MessageDeleteEvent gets fired whenever a message gets deleted).