Skip to main content
Module

x/natico/deps.ts>ScheduledEvent

A powerful and customizable framework for Discordeno
Latest
interface ScheduledEvent
Re-export
import { type ScheduledEvent } from "https://deno.land/x/natico@4.0.0-pre.4/deps.ts";

Properties

id: string

the id of the scheduled event

guildId: string

the guild id which the scheduled event belongs to

channelId: string | null

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

optional
creatorId: string

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: string

the time the scheduled event will start

scheduledEndTime: string | null

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

entityId: string | null

any additional id of the hosting entity associated with event

entityMetadata: ScheduledEventEntityMetadata | null

the entity metadata for the scheduled event

optional
creator: User

the user that created the scheduled event

optional
userCount: number

the number of users subscribed to the scheduled event