Table of Contents

Enum MessageType

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Represents the type of a message, including regular messages and system messages.

public enum MessageType

Fields

Call = 3

System message indicating a call was started.

ChannelIconChange = 5

System message indicating the channel icon was changed.

ChannelNameChange = 4

System message indicating the channel name was changed.

ChannelPinnedMessage = 6

System message indicating a message was pinned.

Default = 0

A regular user-generated message.

RecipientAdd = 1

System message indicating a recipient was added to a group DM or thread.

RecipientRemove = 2

System message indicating a recipient was removed from a group DM or thread.

Reply = 19

A message that is a reply to another message.

SystemMessage = 99

System message.

UserJoin = 7

System message indicating a user joined the guild.