Enum MessageType
Represents the type of a message, including regular messages and system messages.
public enum MessageType
Fields
Call = 3System message indicating a call was started.
ChannelIconChange = 5System message indicating the channel icon was changed.
ChannelNameChange = 4System message indicating the channel name was changed.
ChannelPinnedMessage = 6System message indicating a message was pinned.
Default = 0A regular user-generated message.
RecipientAdd = 1System message indicating a recipient was added to a group DM or thread.
RecipientRemove = 2System message indicating a recipient was removed from a group DM or thread.
Reply = 19A message that is a reply to another message.
SystemMessage = 99System message.
UserJoin = 7System message indicating a user joined the guild.