Class GuildOnboarding
public class GuildOnboarding : IJsonModel<JsonGuildOnboarding>
- Inheritance
-
GuildOnboarding
- Implements
- Inherited Members
Constructors
GuildOnboarding(JsonGuildOnboarding, RestClient)
public GuildOnboarding(JsonGuildOnboarding jsonModel, RestClient client)
Parameters
jsonModel
JsonGuildOnboardingclient
RestClient
Properties
DefaultChannelIds
Channel Ids that users get opted into automatically.
public IReadOnlyList<ulong> DefaultChannelIds { get; }
Property Value
Enabled
Whether onboarding is enabled in the guild.
public bool Enabled { get; }
Property Value
GuildId
ID of the guild this onboarding is part of.
public ulong GuildId { get; }
Property Value
Mode
Current mode of onboarding.
public GuildOnboardingMode Mode { get; }
Property Value
Prompts
Prompts shown during onboarding and in customize community.
public IReadOnlyList<GuildOnboardingPrompt> Prompts { get; }