Table of Contents

Class DiscordOnboardingPromptOption

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents an onboarding prompt option.

public sealed class DiscordOnboardingPromptOption : SnowflakeObject
Inheritance
DiscordOnboardingPromptOption
Inherited Members

Constructors

DiscordOnboardingPromptOption(string, string?, DiscordEmoji?, List<ulong>?, List<ulong>?)

Constructs a new onboarding prompt option.

You need to either specify roleIds and/or channelIds.

Properties

ChannelIds

Gets the option's channel ids.

Description

Gets the option's description.

Emoji

Gets the option's emoji.

RoleIds

Gets the option's role ids.

Title

Gets the option's title.