Onboarding class

The configuration for a Guild's onboarding process.

Properties

channels List<PartialChannel>
A list of channels that get opted into automatically.
no setter
defaultChannelIds List<Snowflake>
A list of channel IDs that get opted into automatically.
final
guild PartialGuild
The guild this onboarding is for.
no setter
guildId Snowflake
The ID of the guild this onboarding is for.
final
hashCode int
The hash code for this object.
no setterinherited
isEnabled bool
Whether onboarding is enabled for this guild.
final
manager GuildManager
The manager for this Onboarding.
final
prompts List<OnboardingPrompt>
A list of prompts in this onboarding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited