IGuildWelcomeChannel class abstract

Constructors

IGuildWelcomeChannel()

Properties

channel Cacheable<Snowflake, IChannel>
The channel of this welcome screen.
no setter
description String?
The description shown for the channel.
no setter
emoji IEmoji?
The emoji in the channel. This can be a UnicodeEmoji or a IResolvableGuildEmojiPartial
no setter
emojiId Snowflake?
The emoji id if emojiName is a custom emoji.
no setter
emojiName String?
The name of the emoji if custom, otherwise the unicode character. Or null if no emoji is set.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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