MessageType enum

Inheritance

Constructors

MessageType()
const

Values

defaultType → const MessageType

default message type

recipientAdd → const MessageType

recipient add

recipientRemove → const MessageType

recipient remove

call → const MessageType

call

channelNameChange → const MessageType

channel name change

channelIconChange → const MessageType

channel icon change

channelPinnedMessage → const MessageType

channel pinned message

guildMemberJoin → const MessageType

guild member join

userPremiumGuildSubscription → const MessageType

user premium guild subscription

userPremiumGuildSubscriptionTier1 → const MessageType

user premium guild subscription tier 1

userPremiumGuildSubscriptionTier2 → const MessageType

user premium guild subscription tier 2

userPremiumGuildSubscriptionTier3 → const MessageType

user premium guild subscription tier 3

channelFollowAdd → const MessageType

channel follow add

guildDiscoveryDisqualified → const MessageType

guild discovery disqualified

guildDiscoveryRequalified → const MessageType

guild discovery requalified

guildDiscoveryGracePeriodInitialWarning → const MessageType

guild discovery grace period initial warning

guildDiscoveryGracePeriodFinalWarning → const MessageType

guild discovery grace period final warning

threadCreated → const MessageType

thread created

reply → const MessageType

reply

chatInputCommand → const MessageType

chat input command

threadStarterMessage → const MessageType

thread starter message

guildInviteReminder → const MessageType

guild invite reminder

contextMenuCommand → const MessageType

context menu command

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

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.