WelcomeScreenChannel class

A channel shown in a WelcomeScreen.

Properties

channel PartialChannel
The channel this welcome screen channel represents.
no setter
channelId Snowflake
The ID of the channel this welcome screen channel represents.
final
description String
A description for this channel.
final
emojiId Snowflake?
The ID of the emoji associated with this channel.
final
emojiName String?
The name of the emoji associated with this channel.
final
hashCode int
The hash code for this object.
no setterinherited
manager GuildManager
The manager for this WelcomeScreenChannel.
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