EntryAdded

@Serializable
data class EntryAdded(val entry: LogEntry) : LogEvent

Issued when new message was logged.

Official doc

Constructors

Link copied to clipboard
constructor(entry: LogEntry)

Properties

Link copied to clipboard

The entry.