Enum MessageFlags
- Namespace
- NetCord
- Assembly
- NetCord.dll
[Flags]
public enum MessageFlags : uint
Fields
Crossposted = 1This message has been published to subscribed channels (via Channel Following).
Ephemeral = 64This message is only visible to the user who invoked the Interaction.
FailedToMentionSomeRolesInThread = 256This message failed to mention some roles and add their members to the thread.
HasSnapshot = 16384This message has a snapshot (via Message Forwarding).
HasThread = 32This message has an associated thread, with the same ID as the message.
IsComponentsV2 = 32768This message uses the components V2 system. Disables the ability of sending content & embeds.
IsCrosspost = 2This message originated from a message in another channel (via Channel Following).
IsVoiceMessage = 8192This message is a voice message.
Loading = 128This message is an Interaction Response and the bot is "thinking".
ShouldShowLinkNotDiscordWarning = 1024This message contains an abusive website link, pops up a warning when clicked.
SourceMessageDeleted = 8The source message for this crosspost has been deleted (via Channel Following).
SuppressEmbeds = 4Do not include any embeds when serializing this message.
SuppressNotifications = 4096This message will not trigger push and desktop notifications.
Urgent = 16This message came from the urgent message system.