Table of Contents

Enum MessageFlags

Namespace
Discord
Assembly
Discord.Net.Core.dll
[Flags]
public enum MessageFlags

Fields

Crossposted = 1

Flag given to messages that have been published to subscribed channels (via Channel Following).

Ephemeral = 64

Flag given to messages that is only visible to the user who invoked the Interaction.

FailedToMentionRolesInThread = 256

Flag given to messages that failed to mention some roles and add their members to the thread.

HasThread = 32

Flag given to messages has an associated thread, with the same id as the message

IsCrosspost = 2

Flag given to messages that originated from a message in another channel (via Channel Following).

Loading = 128

Flag given to messages that is an Interaction Response and the bot is "thinking"

None = 0

Default value for flags, when none are given to a message.

SourceMessageDeleted = 8

Flag given to messages that the source message for this crosspost has been deleted (via Channel Following).

SuppressEmbeds = 4

Flag given to messages that do not display any embeds.

SuppressNotification = 4096

Flag give to messages that will not trigger push and desktop notifications.

Urgent = 16

Flag given to messages that came from the urgent message system.

VoiceMessage = 8192

This message is a voice message.