MessageEntity

@MappedEntity
data class MessageEntity(@Id val id: String, val content: String, val sender: String, val timestamp: String = Instant.now().toString())

Constructors

Link copied to clipboard
constructor(@Id id: String, content: String, sender: String, timestamp: String = Instant.now().toString())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard