export interface GuildScheduledEventCreateOptions
Options used to create a guild scheduled event.
optionalGuildVoiceChannelResolvable channel? :
The channel of the guild scheduled event This is required if entityType
is GuildScheduledEventEntityType.StageInstance or GuildScheduledEventEntityType.Voice
optionalstring description? :
The description of the guild scheduled event
optionalGuildScheduledEventEntityMetadataOptions entityMetadata? :
The entity metadata of the guild scheduled event This is required if entityType
is GuildScheduledEventEntityType.External
GuildScheduledEventEntityType entityType :
The scheduled entity type of the event
optionalBufferResolvable | Base64Resolvable | null image? :
The cover image of the guild scheduled event
string name :
The name of the guild scheduled event
GuildScheduledEventPrivacyLevel privacyLevel :
The privacy level of the guild scheduled event
optionalstring reason? :
The reason for creating the guild scheduled event
optionalDateResolvable scheduledEndTime? :
The time to end the event at This is required if entityType
is GuildScheduledEventEntityType.External
DateResolvable scheduledStartTime :
The time to schedule the event at