MessageType enum

Inheritance
Implemented types
Available extensions

Values

initial → const MessageType
const MessageType(0)
recipientAdd → const MessageType
const MessageType(1)
recipientRemove → const MessageType
const MessageType(2)
call → const MessageType
const MessageType(3)
channelNameChange → const MessageType
const MessageType(4)
channelIconChange → const MessageType
const MessageType(5)
channelPinnedMessage → const MessageType
const MessageType(6)
userJoin → const MessageType
const MessageType(7)
guildBoost → const MessageType
const MessageType(8)
guildBoostTier1 → const MessageType
const MessageType(9)
guildBoostTier2 → const MessageType
const MessageType(10)
guildBoostTier3 → const MessageType
const MessageType(11)
channelFollowAdd → const MessageType
const MessageType(12)
guildDiscoveryDisqualified → const MessageType
const MessageType(14)
guildDiscoveryRequalified → const MessageType
const MessageType(15)
guildDiscoveryGracePeriodInitialWarning → const MessageType
const MessageType(16)
guildDiscoveryGracePeriodFinalWarning → const MessageType
const MessageType(17)
threadCreated → const MessageType
const MessageType(18)
reply → const MessageType
const MessageType(19)
chatInputCommand → const MessageType
const MessageType(20)
threadStarterMessage → const MessageType
const MessageType(21)
guildInviteReminder → const MessageType
const MessageType(22)
contextMenuCommand → const MessageType
const MessageType(23)
autoModerationAction → const MessageType
const MessageType(24)
roleSubscriptionPurchase → const MessageType
const MessageType(25)
interactionPremiumUpsell → const MessageType
const MessageType(26)
stageStart → const MessageType
const MessageType(27)
stageEnd → const MessageType
const MessageType(28)
stageSpeaker → const MessageType
const MessageType(29)
stageTopic → const MessageType
const MessageType(31)
guildApplicationPremiumSubscription → const MessageType
const MessageType(32)

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<MessageType>
A constant List of the values in this enum, in order of their declaration.