Enum MessageType
- Namespace
- NetCord
- Assembly
- NetCord.dll
public enum MessageType
Fields
ApplicationCommand = 20Sent when an application command is triggered.
AutoModerationAction = 24Sent when an automod action is taken.
Call = 3Sent when a user is called.
ChannelFollowAdd = 12Sent when a channel subscription is added to another channel.
ContextMenuCommand = 23Sent when a context menu command is triggered.
Default = 0The default message type.
GuildApplicationPremiumSubscription = 32Sent for premium subscriptions to a guild application.
GuildDiscoveryDisqualified = 14Sent when a guild is disqualified from Server Discovery.
GuildDiscoveryGracePeriodFinalWarning = 17Sent as final warning during the grace period for Server Discovery disqualification.
GuildDiscoveryGracePeriodInitialWarning = 16Sent as intial warning during the grace period for Server Discovery disqualification.
GuildDiscoveryRequalified = 15Sent when a guild is requalified for Server Discovery.
GuildInviteReminder = 22Sent as a reminder to invite other users to a guild.
GuildMembedJoined = 7Sent when a member joins a guild.
IconChange = 5Sent when a Group DM's icon is changed.
IncidentAlertModeDisabled = 37Sent when incident alert mode is disabled in a guild.
IncidentAlertModeEnabled = 36Sent when incident alert mode is enabled in a guild.
IncidentReportFalseAlarm = 39Sent when a false alarm incident is reported in a guild.
IncidentReportRaid = 38Sent when a raid incident is reported in a guild.
InteractionPremiumUpsell = 26Sent when a premium upsell for an interaction is triggered.
MessagePinned = 6Sent when a message is pinned to a channel.
NameChange = 4Sent when a Group DM's name is changed.
PollResult = 46Sent after a poll has ended and the results have been finalized.
PremiumGuildSubscription = 8Sent when a user boosts a guild.
PremiumGuildSubscriptionTier1 = 9Send when a guild reaches boost level 1.
PremiumGuildSubscriptionTier2 = 10Send when a guild reaches boost level 2.
PremiumGuildSubscriptionTier3 = 11Send when a guild reaches boost level 3.
PurchaseNotification = 44Sent when a purchase is made in a guild.
RecipientAdd = 1Sent when a recipient is added.
RecipientRemove = 2Sent when a recipient is removed.
Reply = 19Sent when a message is a reply to another message.
RoleSubscriptionPurchase = 25Sent when a subscription to a role is purchased.
StageEnd = 28Sent when a stage ends.
StageRaiseHand = 30Sent when a user raises their hand in a stage.
StageSpeaker = 29Sent when a user joins a stage as a speaker.
StageStart = 27Sent when a stage is started.
StageTopic = 31Sent alongside StageRaiseHand.
ThreadCreated = 18Sent when a thread is created.
ThreadStarterMessage = 21Sent as the initial message in a thread.