Class DiscordOnboardingPrompt
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents an onboarding prompt.
public sealed class DiscordOnboardingPrompt : SnowflakeObject
- Inheritance
-
DiscordOnboardingPrompt
- Inherited Members
Constructors
- DiscordOnboardingPrompt(string, List<DiscordOnboardingPromptOption>, bool, bool, bool, PromptType)
Constructs a new onboarding prompt.
Properties
- InOnboarding
Gets whether the prompt is shown on join in the onboarding.
- Options
Gets the prompt options.
- Required
Gets whether the prompt is required.
- SingleSelect
Gets whether the prompt is single select.
- Title
Gets the title.
- Type
Gets the prompt time.