Table of Contents

Constructor DiscordOnboardingPromptOption

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

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

Constructs a new onboarding prompt option.

You need to either specify roleIds and/or channelIds.

public DiscordOnboardingPromptOption(string title, string? description = null, DiscordEmoji? emoji = null, List<ulong>? roleIds = null, List<ulong>? channelIds = null)

Parameters

title string

The title.

description string

The description. Defaults to null.

emoji DiscordEmoji

The emoji. Defaults to null.

roleIds List<ulong>

The role ids. Defaults to null.

channelIds List<ulong>

The channel ids. Defaults to null.