Message Updated
data class MessageUpdated( val conversationId: Int, val messageId: Int, val eventType: String) : MessageEvents
Content copied to clipboard
Constructors
Link copied to clipboard
fun MessageUpdated( conversationId: Int, messageId: Int, eventType: String)
Content copied to clipboard