ChannelType
enum
- Inheritance
-
- Available extensions
Values
-
guildText
→ const ChannelType
-
const ChannelType(0)
-
private
→ const ChannelType
-
const ChannelType(1)
-
guildVoice
→ const ChannelType
-
const ChannelType(2)
-
groupDm
→ const ChannelType
-
const ChannelType(3)
-
guildCategory
→ const ChannelType
-
const ChannelType(4)
-
guildNews
→ const ChannelType
-
const ChannelType(5)
-
guildNewsThread
→ const ChannelType
-
const ChannelType(10)
-
guildPublicThread
→ const ChannelType
-
const ChannelType(11)
-
guildPrivateThread
→ const ChannelType
-
const ChannelType(12)
-
guildStageVoice
→ const ChannelType
-
const ChannelType(13)
-
guildDirectory
→ const ChannelType
-
const ChannelType(14)
-
guildForum
→ const ChannelType
-
const ChannelType(15)
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
index
→ int
-
A numeric identifier for the enumerated value.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ int
-
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Constants
-
values
→ const List<ChannelType>
-
A constant List of the values in this enum, in order of their declaration.