MessageFlags class

Extra features of the message

Properties

crossPosted bool
This message has been published to subscribed channels (via Channel Following)
no setter
ephemeral bool
This message is only visible to the user who invoked the Interaction
no setter
hashCode int
The hash code for this object.
no setterinherited
hasThread bool
This message has an associated thread, with the same id as the message
no setter
isCrossPost bool
This message originated from a message in another channel (via Channel Following)
no setter
loading bool
This message is an Interaction Response and the bot is "thinking"
no setter
raw int
Raw bitfield
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceMessageDeleted bool
The source message for this cross post has been deleted (via Channel Following)
no setter
suppressEmbeds bool
Do not include any embeds when serializing this message
no setter
urgent bool
This message came from the urgent message system
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited