GuildScheduledEvent
An instance of a Guild scheduled event belonging to a specific guild.
Constructors
Properties
The id of the channel this event will be hosted in, or null
if entityType is External.
The description of this event, if any.
Additional metadata for this event.
The type of this event.
The privacy level of this event.
The Instant in which this event will end, if any.
The Instant in which this event will start.
The status of this event.
The supplier used to request entities.
Functions
Requests to get this behavior as a GuildScheduledEvent.
Requests to get this behavior as a Guild, returns null if the event isn't present.
Requests to modify this event according to the specified builder.
Fetches this behavior as a GuildScheduledEvent.
Fetches this behavior as a GuildScheduledEvent, returns null if the event isn't present.
Requests the channel this event will be hosted in, if it is of type T, returns null
if entityType is External, the channel is not present or not of type T.
Requests the TopGuildChannel this event will be hosted in, returns null if the TopGuildChannel isn't present or entityType is External.