Enum MessageFlag
Flags that can be applied to messages. Multiple flags can be combined using bitwise OR.
[Flags]
public enum MessageFlag : ulong
Fields
CompactAttachments = 131072Display attachments in a compact format.
None = 0No flags set.
SuppressEmbeds = 4Do not include any embeds when serializing this message (link previews hidden).
SuppressNotifications = 4096Message will not trigger push or desktop notifications.
VoiceMessage = 8192Message is a voice attachment.