Enum MessageFlags
Represents additional features of a message.
Namespace: DSharpPlus
Assembly: cs.temp.dll.dll
Syntax
public enum MessageFlags
Fields
Name | Description |
---|---|
Crossposted | Whether this message is the original message that was published from a news channel to subscriber channels. |
IsCrosspost | Whether this message is crossposted (automatically posted in a subscriber channel). |
SourceMessageDelete | The source message for this crosspost has been deleted. |
SuppressedEmbeds | Whether any embeds in the message are hidden. |
Urgent | The message came from the urgent message system. |