Skip to main content
Module

x/discordeno/mod.ts>CreateScheduledEvent

Discord API library for Deno
Latest
interface CreateScheduledEvent
implements WithReason
import { type CreateScheduledEvent } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Properties

optional
channelId: BigString

the channel id of the scheduled event.

optional
location: string

location of the event. Required for events with entityType: ScheduledEventEntityType.External

name: string

the name of the scheduled event

description: string

the description of the scheduled event

scheduledStartTime: number

the time the scheduled event will start

optional
scheduledEndTime: number

the time the scheduled event will end if it does end. Required for events with entityType: ScheduledEventEntityType.External

optional
privacyLevel: ScheduledEventPrivacyLevel

the privacy level of the scheduled event

entityType: ScheduledEventEntityType

the type of hosting entity associated with a scheduled event