Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/packages/deps.ts>CreateScheduledEvent

An object oriented Discordeno framework
Latest
interface CreateScheduledEvent
import { type CreateScheduledEvent } from "https://deno.land/x/oasis@2.1.0/packages/deps.ts";

Properties

optional
channelId: bigint

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

the type of hosting entity associated with a scheduled event

optional
reason: string