nil
if type is external.
Structure
ScheduledEvent
No overview available.
Declaration
struct ScheduledEvent
Topics
Initializers
Instance Properties
let channelId: Snowflake?
Channel the event will be hosted in.
let creator: User?
User that created the event
let description: String?
Description of the event
let entityId: Snowflake?
The ID of an entity associated with the event
let eventType: ScheduledEvent.EntityType
Type of scheduled event
let id: Snowflake?
ID of the scheduled event
let location: String?
Location of the event. Required if this an external event
let memberCount: Int?
Amount of members that subscribed to the event
let name: String
Name of the event
let scheduledEndTime: Date?
Time the event is supposed to end
let scheduledStartTime: Date?
Time the event is supposed to start
let status: ScheduledEvent.Status
Current status of the event
Enumerations
enum EntityType
Type of
ScheduledEvent
enum Status
Status of a
ScheduledEvent