InfoMessage

data class InfoMessage(val userId: String, val content: String, val date: Date)

Provides internal info Message.

Constructors

Link copied to clipboard
constructor(userId: String, content: String, date: Date)

Properties

Link copied to clipboard
val content: String

is a content of the message.

Link copied to clipboard
val date: Date

is a Date of the message.

Link copied to clipboard
val userId: String

is a sender id of the message.