Skip to main content
Module

x/discord_api_types/v8.ts>RESTPostAPIGuildScheduledEventJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface RESTPostAPIGuildScheduledEventJSONBody
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type RESTPostAPIGuildScheduledEventJSONBody } from "https://deno.land/x/discord_api_types@0.37.82/v8.ts";

Properties

optional
channel_id: Snowflake | undefined

The stage channel id of the guild event

name: string

The name of the guild event

The privacy level of the guild event

scheduled_start_time: string

The time to schedule the guild event at

optional
scheduled_end_time: string | undefined

The time when the scheduled event is scheduled to end

optional
description: string | undefined

The description of the guild event

optional
entity_type: GuildScheduledEventEntityType | undefined

The scheduled entity type of the guild event

optional
entity_metadata: APIGuildScheduledEventEntityMetadata | undefined

The entity metadata of the scheduled event

optional
image: string | null | undefined

The cover image of the scheduled event