Skip to main content
Module

x/discordeno/mod.ts>DiscordScheduledEvent

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

Properties

id: string

the id of the scheduled event

guild_id: string

the guild id which the scheduled event belongs to

channel_id: string | null

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

optional
creator_id: string | null

the id of the user that created the scheduled event

name: string

the name of the scheduled event

optional
description: string

the description of the scheduled event

scheduled_start_time: string

the time the scheduled event will start

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

entity_id: string | null

any additional id of the hosting entity associated with event

entity_metadata: DiscordScheduledEventEntityMetadata | null

the entity metadata for the scheduled event

optional
creator: DiscordUser

the user that created the scheduled event

optional
user_count: number

the number of users subscribed to the scheduled event

optional
image: string | null

the cover image hash of the scheduled event