MessageVoipEvents

data class MessageVoipEvents(    val conversationId: Int,     val messageId: Int,     val isOutgoing: Boolean,     val eventType: String) : MessageEvents

Events related to voip

Constructors

Link copied to clipboard
fun MessageVoipEvents(    conversationId: Int,     messageId: Int,     isOutgoing: Boolean,     eventType: String)

Properties

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

Inherited properties

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