interface GuildScheduledEventCreateOptions
extends
BaseGuildScheduledEventOptionsexport interface GuildScheduledEventCreateOptions extends BaseGuildScheduledEventOptionsOptions used to create a guild scheduled event.
optionalchannel? : GuildVoiceChannelResolvable
The channel of the guild scheduled event This is required if entityType is GuildScheduledEventEntityType or GuildScheduledEventEntityType
externaldescription : string
The description of the guild scheduled event
externalentityMetadata : GuildScheduledEventEntityMetadataOptions
The entity metadata of the guild scheduled event This is required if entityType is GuildScheduledEventEntityType
entityType : GuildScheduledEventEntityType
The scheduled entity type of the event
optionalexternalimage? : BufferResolvable | Base64Resolvable
The cover image of the guild scheduled event
name : string
The name of the guild scheduled event
privacyLevel : GuildScheduledEventPrivacyLevel
The privacy level of the guild scheduled event
externalreason : string
The reason for creating the guild scheduled event
optionalrecurrenceRule? : GuildScheduledEventRecurrenceRuleOptions
The recurrence rule of the guild scheduled event
externalscheduledEndTime : DateResolvable
The time to end the event at This is required if entityType is GuildScheduledEventEntityType
scheduledStartTime : DateResolvable
The time to schedule the event at