Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/structures/index.ts>GuildScheduledEvent

A package to interract with the Discord API coded by myself
Go to Latest
interface GuildScheduledEvent
Re-export
import { type GuildScheduledEvent } from "https://deno.land/x/higa@0.1.1/deno/structures/index.ts";

Properties

id: string
guild_id: string
optional
channel_id: string
optional
creator_id: string
name: string
optional
description: string
scheduled_start_time: number
optional
scheduled_end_time: number
optional
entity_id: string
optional
entity_metadata: GuildScheduledEventEntityMetadata
optional
creator: User
optional
user_count: number
optional
image: string