Table of Contents

Interface IGuildOnboardingPromptOption

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the guild onboarding prompt option.

public interface IGuildOnboardingPromptOption : ISnowflakeEntity, IEntity<ulong>
Inherited Members
Extension Methods

Properties

ChannelIds

Gets IDs of channels a member is added to when the option is selected.

IReadOnlyCollection<ulong> ChannelIds { get; }

Property Value

IReadOnlyCollection<ulong>

Description

Gets the description of the option. null if none is set.

string Description { get; }

Property Value

string

Emoji

Gets the emoji of the option. null if none is set.

IEmote Emoji { get; }

Property Value

IEmote

RoleIds

Gets IDs of roles assigned to a member when the option is selected.

IReadOnlyCollection<ulong> RoleIds { get; }

Property Value

IReadOnlyCollection<ulong>

Title

Gets the title of the option.

string Title { get; }

Property Value

string