Skip to main content
Module

x/discord_api_types/v10.ts>RESTPostAPIGuildScheduledEventJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface RESTPostAPIGuildScheduledEventJSONBody
import { type RESTPostAPIGuildScheduledEventJSONBody } from "https://deno.land/x/discord_api_types@0.37.82/v10.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