Skip to main content
Module

x/discord_api_types/rest/v10/guildScheduledEvent.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.98/rest/v10/guildScheduledEvent.ts";
definition: Nullable<Pick<RESTPostAPIGuildScheduledEventJSONBody, "description" | "entity_metadata" | "recurrence_rule">> & StrictPartial<Omit<RESTPostAPIGuildScheduledEventJSONBody, "description" | "entity_metadata" | "recurrence_rule">> & { status?: GuildScheduledEventStatus | undefined; }