DiscordMessageType enum

Type 19 and 20 are only in API v8. In v6, they are still type 0. Type 21 is only in API v9.

Inheritance

Constructors

DiscordMessageType()
const

Values

default0 → const DiscordMessageType
recipientAdd → const DiscordMessageType
recipientRemove → const DiscordMessageType
call → const DiscordMessageType
channelNameChange → const DiscordMessageType
channelIconChange → const DiscordMessageType
channelPinnedMessage → const DiscordMessageType
guildMemberJoin → const DiscordMessageType
userPremiumGuildSubscription → const DiscordMessageType
userPremiumGuildSubscriptionTier1 → const DiscordMessageType
userPremiumGuildSubscriptionTier2 → const DiscordMessageType
userPremiumGuildSubscriptionTier3 → const DiscordMessageType
channelFollowAdd → const DiscordMessageType
guildDiscoveryDisqualified → const DiscordMessageType
guildDiscoveryRequalified → const DiscordMessageType
guildDiscoveryGracePeriodInitialWarning → const DiscordMessageType
guildDiscoveryGracePeriodFinalWarning → const DiscordMessageType
threadCreated → const DiscordMessageType
reply → const DiscordMessageType
chatInputCommand → const DiscordMessageType
threadStarterMessage → const DiscordMessageType
guildInviteReminder → const DiscordMessageType
contextMenuCommand → const DiscordMessageType

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<DiscordMessageType>
A constant List of the values in this enum, in order of their declaration.