Table of Contents

Class GuildOnboarding

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class GuildOnboarding : IJsonModel<JsonGuildOnboarding>
Inheritance
GuildOnboarding
Implements
Inherited Members

Constructors

GuildOnboarding(JsonGuildOnboarding, RestClient)

public GuildOnboarding(JsonGuildOnboarding jsonModel, RestClient client)

Parameters

jsonModel JsonGuildOnboarding
client RestClient

Properties

DefaultChannelIds

Channel Ids that users get opted into automatically.

public IReadOnlyList<ulong> DefaultChannelIds { get; }

Property Value

IReadOnlyList<ulong>

Enabled

Whether onboarding is enabled in the guild.

public bool Enabled { get; }

Property Value

bool

GuildId

ID of the guild this onboarding is part of.

public ulong GuildId { get; }

Property Value

ulong

Mode

Current mode of onboarding.

public GuildOnboardingMode Mode { get; }

Property Value

GuildOnboardingMode

Prompts

Prompts shown during onboarding and in customize community.

public IReadOnlyList<GuildOnboardingPrompt> Prompts { get; }

Property Value

IReadOnlyList<GuildOnboardingPrompt>