HangupMessage

data class HangupMessage(id: Long?, type: String?, legacy: Boolean?, deviceId: Int?)

Properties

Link copied to clipboard
val deviceId: Int? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val legacy: Boolean? = null
Link copied to clipboard
val type: String? = null