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