Skip to main content

GuildOnboardingPrompt

Documentation


Documentation / @discordeno/bot / GuildOnboardingPrompt

Interface: GuildOnboardingPrompt

Defined in: bot/src/transformers/types.ts:1366

Properties

id

id: bigint

Defined in: bot/src/transformers/types.ts:1368

ID of the prompt


inOnboarding

inOnboarding: boolean

Defined in: bot/src/transformers/types.ts:1380

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


options

options: GuildOnboardingPromptOption[]

Defined in: bot/src/transformers/types.ts:1372

Options available within the prompt


required

required: boolean

Defined in: bot/src/transformers/types.ts:1378

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


singleSelect

singleSelect: boolean

Defined in: bot/src/transformers/types.ts:1376

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


title

title: string

Defined in: bot/src/transformers/types.ts:1374

Title of the prompt


type

type: DiscordGuildOnboardingPromptType

Defined in: bot/src/transformers/types.ts:1370

Type of prompt