Enum MessageType
Indicates the type of the message.
Namespace: DSharpPlus
Assembly: cs.temp.dll.dll
Syntax
public enum MessageType
Fields
Name | Description |
---|---|
Call | Message indicating a call. |
ChannelFollowAdd | Message when a user follows a news channel. |
ChannelIconChange | Message indicating a group direct message channel icon change. |
ChannelNameChange | Message indicating a group direct message channel rename. |
ChannelPinnedMessage | USER pinned a message to this channel. |
Default | Indicates a regular message. |
GuildMemberJoin | Message when a guild member joins. Most frequently seen in newer, smaller guilds. |
RecipientAdd | Message indicating a recipient was added to a group direct message. |
RecipientRemove | Message indicating a recipient was removed from a group direct message. |
Reply | Message when a user replies to another user |
TierOneUserPremiumGuildSubscription | Message when the guild reaches tier one of nitro boosts. |
TierThreeUserPremiumGuildSubscription | Message when the guild reaches tier three of nitro boosts. |
TierTwoUserPremiumGuildSubscription | Message when the guild reaches tier two of nitro boosts. |
UserPremiumGuildSubscription | Message when a member nitro boosts the guild. |