Skip to main content
Module

x/biscuit/mod.ts>ScheduledEvent

A Discord library that is easy to use but reliable on its core 🥠
Latest
class ScheduledEvent
implements Model
import { ScheduledEvent } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Constructors

new
ScheduledEvent(session: Session, data: DiscordScheduledEvent)

Properties

channelId: Snowflake | null
optional
creator: User
optional
creatorId: Snowflake
optional
description: string
optional
entityMetadata: DiscordScheduledEventEntityMetadata
guildId: Snowflake
optional
image: string
name: string
privacyLevel: PrivacyLevels
scheduledEndTime: string | null
scheduledStartTime: string
session: Session
optional
userCount: number