ChannelType class

Represents the different Channel Types in discord

Constructors

ChannelType()

Properties

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

Static Properties

announcementThread int
no setter
dm int
Represents a TextChannel inside a direct message
no setter
groupDm int
no setter
guildAnnouncement int
no setter
guildCategory int
no setter
guildDirectory int
no setter
guildForum int
no setter
guildStageVoice int
no setter
guildText int
Represents a TextChannel inside a guild/server
no setter
guildVoice int
no setter
privateThread int
no setter
publicThread int
no setter