ConversationRecipientUpdated

data class ConversationRecipientUpdated(    val conversationId: Int,     val groupIds: List<Long>?,     val recipientNumbers: List<String>?,     val initiatorNumber: String?,     val eventType: String) : MessageEvents

Events related to recipients

Constructors

Link copied to clipboard
fun ConversationRecipientUpdated(    conversationId: Int,     groupIds: List<Long>?,     recipientNumbers: List<String>?,     initiatorNumber: String?,     eventType: String)

Properties

Link copied to clipboard
val conversationId: Int
Link copied to clipboard
val eventType: String
Link copied to clipboard
val groupIds: List<Long>?
Link copied to clipboard
val initiatorNumber: String?
Link copied to clipboard
val recipientNumbers: List<String>?

Inherited properties

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