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