ChatUserModel

constructor(source: Parcel)
constructor(id: String, name: String, image: String, devices: List<ChatDeviceModel> = mutableListOf(), unread: Int = 0, pushActive: Boolean = true, conversation: List<String> = mutableListOf(), eventType: ReactiveEvent.TYPE? = null, path: String? = null)