enum MessageFlags

external
export declare enum MessageFlags

https://discord.com/developers/docs/resources/channel#message-object-message-flags

Members

external
Crossposted = 1

This message has been published to subscribed channels (via Channel Following)

external
Ephemeral = 64

This message is only visible to the user who invoked the Interaction

external
FailedToMentionSomeRolesInThread = 256

This message failed to mention some roles and add their members to the thread

external
HasThread = 32

This message has an associated thread, which shares its id

external
IsCrosspost = 2

This message originated from a message in another channel (via Channel Following)

external
IsVoiceMessage = 8192

This message is a voice message

external
Loading = 128

This message is an Interaction Response and the bot is "thinking"

external
ShouldShowLinkNotDiscordWarning = 1024

This message flag is currently not documented by Discord but has a known value which we will try to keep up to date.

external
SourceMessageDeleted = 8

The source message for this crosspost has been deleted (via Channel Following)

external
SuppressEmbeds = 4

Do not include any embeds when serializing this message

external
SuppressNotifications = 4096

This message will not trigger push and desktop notifications

external
Urgent = 16

This message came from the urgent message system