MessageReceived

data class MessageReceived(    val conversationId: Int,     val messageId: Int,     val noNotification: Boolean,     val initiatorNumber: String?,     val eventType: String) : MessageEvents

Constructors

Link copied to clipboard
fun MessageReceived(    conversationId: Int,     messageId: Int,     noNotification: Boolean,     initiatorNumber: String?,     eventType: String)

Properties

Link copied to clipboard
val conversationId: Int
Link copied to clipboard
val eventType: String
Link copied to clipboard
val initiatorNumber: String?
Link copied to clipboard
val messageId: Int
Link copied to clipboard
val noNotification: Boolean

Inherited properties

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