LogEntry

@Serializable
class LogEntry(val id: Int, val message: String, val timestamp: Long, val type: Int)

Constructors

Link copied to clipboard
constructor(id: Int, message: String, timestamp: Long, type: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Int

ID of the message

Link copied to clipboard

Text of the message

Link copied to clipboard

Milliseconds since epoch

Link copied to clipboard
val type: Int

Type of the message