MessageUpdated

data class MessageUpdated(    val conversationId: Int,     val messageId: Int,     val eventType: String) : MessageEvents

Constructors

Link copied to clipboard
fun MessageUpdated(    conversationId: Int,     messageId: Int,     eventType: String)

Properties

Link copied to clipboard
val conversationId: Int
Link copied to clipboard
val eventType: String
Link copied to clipboard
val messageId: Int

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String