MyMessage

data class MyMessage(val id: String, val content: String, val time: String, val state: Flow<Message.State>) : Message

My message representation of a message sent by logged user

Constructors

Link copied to clipboard
constructor(id: String, content: String, time: String, state: Flow<Message.State>)

Properties

Link copied to clipboard
open override val content: String

String message content

Link copied to clipboard
open override val id: String

String message identifier

Link copied to clipboard
val state: Flow<Message.State>

Flow flow of message states

Link copied to clipboard
open override val time: String

String message date