ChatDeviceEntity

data class ChatDeviceEntity(var id: String = "", var device_type: Int = 0, var token: String = "")

Constructors

Link copied to clipboard
constructor(id: String = "", device_type: Int = 0, token: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
var id: String
Link copied to clipboard