interface DiscordScheduledEventimport { type DiscordScheduledEvent } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; Propertiesid: stringthe id of the scheduled event guild_id: stringthe guild id which the scheduled event belongs to channel_id: string | nullthe channel id in which the scheduled event will be hosted if specified optionalcreator_id: string | nullthe id of the user that created the scheduled event name: stringthe name of the scheduled event optionaldescription: stringthe description of the scheduled event scheduled_start_time: stringthe time the scheduled event will start scheduled_end_time: string | nullthe time the scheduled event will end if it does end. privacy_level: ScheduledEventPrivacyLevelthe privacy level of the scheduled event status: ScheduledEventStatusthe status of the scheduled event entity_type: ScheduledEventEntityTypethe type of hosting entity associated with a scheduled event entity_id: string | nullany additional id of the hosting entity associated with event entity_metadata: DiscordScheduledEventEntityMetadata | nullthe entity metadata for the scheduled event optionalcreator: DiscordUserthe user that created the scheduled event optionaluser_count: numberthe number of users subscribed to the scheduled event optionalimage: string | nullthe cover image hash of the scheduled event import DiscordScheduledEventimport { DiscordScheduledEvent } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts";