Skip to main content
Module

x/discordeno/mod.ts>CreateScheduledEvent

Discord API library for Deno
Extremely Popular
Go to Latest
interface CreateScheduledEvent
import { type CreateScheduledEvent } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.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