OnboardingPromptOption class

An option in an OnboardingPrompt.

Properties

channelIds List<Snowflake>
The IDs of the channels the user is granted access to.
final
channels List<PartialChannel>
The channels the user is granted access to.
no setter
description String?
A description of this option.
final
emoji Emoji?
The emoji associated with this onboarding prompt.
final
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
The ID of this option.
final
manager GuildManager
The manager for this OnboardingPromptOption.
final
roleIds List<Snowflake>
The IDs of the roles the user is given.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of this option.
final

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