MessageSentStatusDeliveryUpdated

data class MessageSentStatusDeliveryUpdated(    val conversationId: Int,     val messageId: Int,     val deliveredTo: String?,     val failReason: String?,     val eventType: String) : MessageEvents

Constructors

Link copied to clipboard
fun MessageSentStatusDeliveryUpdated(    conversationId: Int,     messageId: Int,     deliveredTo: String?,     failReason: String?,     eventType: String)

Properties

Link copied to clipboard
val conversationId: Int
Link copied to clipboard
val deliveredTo: String?
Link copied to clipboard
val eventType: String
Link copied to clipboard
val failReason: String?
Link copied to clipboard
val messageId: Int

Inherited properties

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