Skip to main content
Module

x/discord_api_types/rest/mod.ts>RESTPatchAPIGuildScheduledEventJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPatchAPIGuildScheduledEventJSONBody
import { type RESTPatchAPIGuildScheduledEventJSONBody } from "https://deno.land/x/discord_api_types@0.37.59/rest/mod.ts";
definition: StrictPartial<RESTPostAPIGuildScheduledEventJSONBody> & { status?: GuildScheduledEventStatus | undefined; entity_metadata?: APIGuildScheduledEventEntityMetadata | null | undefined; description?: string | null | undefined; }