interface RESTPostAPIGuildScheduledEventJSONBody

external
export interface RESTPostAPIGuildScheduledEventJSONBody

https://discord.com/developers/docs/resources/guild-scheduled-event#create-guild-scheduled-event

optionalexternal
channel_id? : Snowflake | undefined

The stage channel id of the guild event

optionalexternal
description? : string | undefined

The description of the guild event

optionalexternal
entity_metadata? : APIGuildScheduledEventEntityMetadata | undefined

The entity metadata of the scheduled event

optionalexternal
entity_type? : GuildScheduledEventEntityType | undefined

The scheduled entity type of the guild event

optionalexternal
image? : string | null | undefined

The cover image of the scheduled event

external
name : string

The name of the guild event

external
privacy_level : GuildScheduledEventPrivacyLevel

The privacy level of the guild event

optionalexternal
recurrence_rule? : APIGuildScheduledEventRecurrenceRule | undefined

The definition for how often this event should recur

optionalexternal
scheduled_end_time? : string | undefined

The time when the scheduled event is scheduled to end

external
scheduled_start_time : string

The time to schedule the guild event at