Skip to main content
Module

x/discordeno/mod.ts>EditScheduledEvent

Discord API library for Deno
Extremely Popular
Go to Latest
interface EditScheduledEvent
import { type EditScheduledEvent } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Properties

channelId: bigint | null

the channel id of the scheduled event. null if switching to external event.

optional
location: string

location of the event

name: string

the name of the scheduled event

optional
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.

the privacy level of the scheduled event

the type of hosting entity associated with a scheduled event

the status of the scheduled event

optional
reason: string