DataMessage

@Serializable
data class DataMessage(val msgType: String, val data: JsonElement)

Constructors

Link copied to clipboard
constructor(msgType: String, data: JsonElement)

Properties

Link copied to clipboard
@SerialName(value = "d")
val data: JsonElement
Link copied to clipboard
@SerialName(value = "t")
val msgType: String