RESTPostAPIGuildScheduledEventJSONBody
https://discord.com/developers/docs/resources/guild-scheduled-event#create-guild-scheduled-event
Signature
export interface RESTPostAPIGuildScheduledEventJSONBodyProperties
9Methods
0No methods.
Properties
channel_id?: Snowflake | undefined;The stage channel id of the guild event
name: string;The name of the guild event
privacy_level: GuildScheduledEventPrivacyLevel;The privacy level of the guild event
scheduled_start_time: string;The time to schedule the guild event at
scheduled_end_time?: string | undefined;The time when the scheduled event is scheduled to end
description?: string | undefined;The description of the guild event
entity_type?: GuildScheduledEventEntityType | undefined;The scheduled entity type of the guild event
entity_metadata?: APIGuildScheduledEventEntityMetadata | undefined;The entity metadata of the scheduled event
image?: string | null | undefined;The cover image of the scheduled event