GuildScheduledEventEditOptions

export interface GuildScheduledEventEditOptions<Status extends GuildScheduledEventStatus, AcceptableStatus extends GuildScheduledEventSetStatusArg<Status>,> extends Omit<Partial<GuildScheduledEventCreateOptions>, 'channel'>
export interface GuildScheduledEventEditOptions<Status extends GuildScheduledEventStatus, AcceptableStatus extends GuildScheduledEventSetStatusArg<Status>,> extends Omit<Partial<GuildScheduledEventCreateOptions>, 'channel'>
Options used to edit a guild scheduled event.
NameConstraintsOptionalDefaultDescription
StatusGuildScheduledEventStatusNoNone
AcceptableStatusGuildScheduledEventSetStatusArg<Status>NoNone
The channel of the guild scheduled event
description:string
The description of the guild scheduled event
The entity metadata of the guild scheduled event This can be modified only if entityType of the GuildScheduledEvent to be edited is GuildScheduledEventEntityType.External
The scheduled entity type of the event
The cover image of the guild scheduled event
name:string
The name of the guild scheduled event
The privacy level of the guild scheduled event
reason:string
The reason for editing the guild scheduled event
scheduledEndTime:DateResolvable
The time to end the event at
scheduledStartTime:DateResolvable
The time to schedule the event at
status?:AcceptableStatus
The status of the guild scheduled event