HangupMessage

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

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: Type? = null