toggle menu
ZappBase
androidJvm
switch theme
search in API
Chat
/
com.zappstudio.zappchat.domain.model
/
ChatUserModel
/
ChatUserModel
Chat
User
Model
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
)