MessageFlag

enum MessageFlag : Enum<MessageFlag> , Flag<UInt>

Model representing different types of message flags

Entries

Link copied to clipboard

Backlog

Link copied to clipboard

ServerMsg

Link copied to clipboard

Redirected

Link copied to clipboard

Highlight

Link copied to clipboard

Self-Message

Types

Link copied to clipboard
object Companion : Flags<UInt, MessageFlag>

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
open override val value: UInt