toggle menu
ZappBase
androidJvm
switch theme
search in API
Chat
/
com.zappstudio.zappchat.data.entity
/
ChatUserEntity
/
ChatUserEntity
Chat
User
Entity
constructor
(
id
:
String
=
""
,
name
:
String
=
""
,
image
:
String
=
""
,
device
:
Map
<
String
,
ChatDeviceEntity
>
=
hashMapOf()
,
unread
:
Int
=
0
,
push_active
:
Boolean
=
true
,
conversation
:
Map
<
String
,
Long
>
=
hashMapOf()
)