Skip to main content
Module

x/discord_api_types/rest/v10/guild.ts>RESTPutAPIGuildOnboardingJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPutAPIGuildOnboardingJSONBody
import { type RESTPutAPIGuildOnboardingJSONBody } from "https://deno.land/x/discord_api_types@0.37.100/rest/v10/guild.ts";
definition: AddUndefinedToPossiblyUndefinedPropertiesOfInterface<Partial<Pick<APIGuildOnboarding, "default_channel_ids" | "enabled" | "mode">>> & { prompts?: RESTAPIGuildOnboardingPrompt[] | undefined; }