Skip to main content
Latest
interface DiscordenoScheduledEvent
Re-export
import { type DiscordenoScheduledEvent } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

id: bigint

the id of the scheduled event

guildId: bigint

the guild id which the scheduled event belongs to

optional
channelId: bigint

the channel id in which the scheduled event will be hosted if specified

creatorId: bigint

the id of the user that created the scheduled event

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.

the privacy level of the scheduled event

the status of the scheduled event

the type of hosting entity associated with a scheduled event

optional
entityId: bigint

any additional id of the hosting entity associated with event

optional
location: string

location of the event

optional
creator: DiscordenoUser

the user that created the scheduled event

userCount: number

the number of users subscribed to the scheduled event