Table of Contents

Enum MessageFlag

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Flags that can be applied to messages. Multiple flags can be combined using bitwise OR.

[Flags]
public enum MessageFlag : ulong

Fields

CompactAttachments = 131072

Display attachments in a compact format.

None = 0

No flags set.

SuppressEmbeds = 4

Do not include any embeds when serializing this message (link previews hidden).

SuppressNotifications = 4096

Message will not trigger push or desktop notifications.

VoiceMessage = 8192

Message is a voice attachment.