GuildOnboardingPrompt
Documentation / @discordeno/bot / GuildOnboardingPrompt
Interface: GuildOnboardingPrompt
Defined in: packages/bot/src/transformers/types.ts:1306
Properties
id
id:
bigint
Defined in: packages/bot/src/transformers/types.ts:1308
ID of the prompt
inOnboarding
inOnboarding:
boolean
Defined in: packages/bot/src/transformers/types.ts:1320
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: packages/bot/src/transformers/types.ts:1312
Options available within the prompt
required
required:
boolean
Defined in: packages/bot/src/transformers/types.ts:1318
Indicates whether the prompt is required before a user completes the onboarding flow
singleSelect
singleSelect:
boolean
Defined in: packages/bot/src/transformers/types.ts:1316
Indicates whether users are limited to selecting one option for the prompt
title
title:
string
Defined in: packages/bot/src/transformers/types.ts:1314
Title of the prompt
type
Defined in: packages/bot/src/transformers/types.ts:1310
Type of prompt