Skip to main content

Enum MessageType

Specifies the type of message.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum MessageType

Fields​

Default​

The default message type.

View Source​
Declaration
Default = 0

RecipientAdd​

The message when a recipient is added.

View Source​
Declaration
RecipientAdd = 1

RecipientRemove​

The message when a recipient is removed.

View Source​
Declaration
RecipientRemove = 2

Call​

The message when a user is called.

View Source​
Declaration
Call = 3

ChannelNameChange​

The message when a channel name is changed.

View Source​
Declaration
ChannelNameChange = 4

ChannelIconChange​

The message when a channel icon is changed.

View Source​
Declaration
ChannelIconChange = 5

ChannelPinnedMessage​

The message when another message is pinned.

View Source​
Declaration
ChannelPinnedMessage = 6

GuildMemberJoin​

The message when a new member joined.

View Source​
Declaration
GuildMemberJoin = 7

UserPremiumGuildSubscription​

The message for when a user boosts a guild.

View Source​
Declaration
UserPremiumGuildSubscription = 8

UserPremiumGuildSubscriptionTier1​

The message for when a guild reaches Tier 1 of Nitro boosts.

View Source​
Declaration
UserPremiumGuildSubscriptionTier1 = 9

UserPremiumGuildSubscriptionTier2​

The message for when a guild reaches Tier 2 of Nitro boosts.

View Source​
Declaration
UserPremiumGuildSubscriptionTier2 = 10

UserPremiumGuildSubscriptionTier3​

The message for when a guild reaches Tier 3 of Nitro boosts.

View Source​
Declaration
UserPremiumGuildSubscriptionTier3 = 11

ChannelFollowAdd​

The message for when a news channel subscription is added to a text channel.

View Source​
Declaration
ChannelFollowAdd = 12

GuildDiscoveryDisqualified​

The message for when a guild is disqualified from discovery.

View Source​
Declaration
GuildDiscoveryDisqualified = 14

GuildDiscoveryRequalified​

The message for when a guild is requalified for discovery.

View Source​
Declaration
GuildDiscoveryRequalified = 15

GuildDiscoveryGracePeriodInitialWarning​

The message for when the initial warning is sent for the initial grace period discovery.

View Source​
Declaration
GuildDiscoveryGracePeriodInitialWarning = 16

GuildDiscoveryGracePeriodFinalWarning​

The message for when the final warning is sent for the initial grace period discovery.

View Source​
Declaration
GuildDiscoveryGracePeriodFinalWarning = 17

ThreadCreated​

The message for when a thread is created.

View Source​
Declaration
ThreadCreated = 18

Reply​

The message is an inline reply.

View Source​
Declaration
Reply = 19

ApplicationCommand​

The message is an Application Command.

View Source​
Declaration
ApplicationCommand = 20

ThreadStarterMessage​

The message that starts a thread.

View Source​
Declaration
ThreadStarterMessage = 21

GuildInviteReminder​

The message for a invite reminder.

View Source​
Declaration
GuildInviteReminder = 22

ContextMenuCommand​

The message for a context menu command.

View Source​
Declaration
ContextMenuCommand = 23