Skip to main content
Module

x/discord_api_types/v9.ts>APIGuildOnboardingPrompt

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIGuildOnboardingPrompt
Re-export
import { type APIGuildOnboardingPrompt } from "https://deno.land/x/discord_api_types@0.37.82/v9.ts";

Properties

Id of the prompt

Options available within the prompt

title: string

Title of the prompt

single_select: boolean

Indicates whether users are limited to selecting one option for the prompt

required: boolean

Indicates whether the prompt is required before a user completes the onboarding flow

in_onboarding: boolean

Indicates whether the prompt is present in the onboarding flow. If false, the prompt will only appear in the Channels & Roles tab

Type of prompt