Enum MessageType
Specifies the type of message.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum MessageType : int
Fields
Name | Description |
---|---|
ApplicationCommand | The message is an Application Command. |
AutoModerationAction | The message for an automod action. |
Call | The message when a user is called. |
ChannelFollowAdd | The message for when a news channel subscription is added to a text channel. |
ChannelIconChange | The message when a channel icon is changed. |
ChannelNameChange | The message when a channel name is changed. |
ChannelPinnedMessage | The message when another message is pinned. |
ContextMenuCommand | The message for a context menu command. |
Default | The default message type. |
GuildApplicationPremiumSubscription | The message for a guild application premium subscription. |
GuildDiscoveryDisqualified | The message for when a guild is disqualified from discovery. |
GuildDiscoveryGracePeriodFinalWarning | The message for when the final warning is sent for the initial grace period discovery. |
GuildDiscoveryGracePeriodInitialWarning | The message for when the initial warning is sent for the initial grace period discovery. |
GuildDiscoveryRequalified | The message for when a guild is requalified for discovery. |
GuildInviteReminder | The message for an invite reminder. |
GuildMemberJoin | The message when a new member joined. |
InteractionPremiumUpsell | The message for an interaction premium upsell. |
RecipientAdd | The message when a recipient is added. |
RecipientRemove | The message when a recipient is removed. |
Reply | The message is an inline reply. |
RoleSubscriptionPurchase | The message for a role subscription purchase. |
StageEnd | The message for a stage end. |
StageRaiseHand | The message for a stage raise hand. |
StageSpeaker | The message for a stage speaker. |
StageStart | The message for a stage start. |
StageTopic | The message for a stage raise hand. |
ThreadCreated | The message for when a thread is created. |
ThreadStarterMessage | The message that starts a thread. |
UserPremiumGuildSubscription | The message for when a user boosts a guild. |
UserPremiumGuildSubscriptionTier1 | The message for when a guild reaches Tier 1 of Nitro boosts. |
UserPremiumGuildSubscriptionTier2 | The message for when a guild reaches Tier 2 of Nitro boosts. |
UserPremiumGuildSubscriptionTier3 | The message for when a guild reaches Tier 3 of Nitro boosts. |