Enum MessageFlags
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum MessageFlags : int
Fields
Name | Description |
---|---|
Crossposted | Flag given to messages that have been published to subscribed channels (via Channel Following). |
Ephemeral | Flag given to messages that is only visible to the user who invoked the Interaction. |
FailedToMentionRolesInThread | Flag given to messages that failed to mention some roles and add their members to the thread. |
HasThread | Flag given to messages has an associated thread, with the same id as the message |
IsCrosspost | Flag given to messages that originated from a message in another channel (via Channel Following). |
Loading | Flag given to messages that is an Interaction Response and the bot is "thinking" |
None | Default value for flags, when none are given to a message. |
SourceMessageDeleted | Flag given to messages that the source message for this crosspost has been deleted (via Channel Following). |
SuppressEmbeds | Flag given to messages that do not display any embeds. |
SuppressNotification | Flag give to messages that will not trigger push and desktop notifications. |
Urgent | Flag given to messages that came from the urgent message system. |
VoiceMessage | This message is a voice message. |