toggle menu
ZappBase
androidJvm
switch theme
search in API
Chat
/
com.zappstudio.zappchat.data.entity
/
ChatParticipantEntity
Chat
Participant
Entity
data
class
ChatParticipantEntity
(
var
id
:
String
=
""
,
var
join_timestamp
:
Any
=
ServerValue.TIMESTAMP
,
var
permission
:
Int
=
0
,
var
push_active
:
Boolean
=
false
,
var
unread
:
Int
=
0
)
Members
Constructors
Chat
Participant
Entity
Link copied to clipboard
constructor
(
id
:
String
=
""
,
join_timestamp
:
Any
=
ServerValue.TIMESTAMP
,
permission
:
Int
=
0
,
push_active
:
Boolean
=
false
,
unread
:
Int
=
0
)
Properties
id
Link copied to clipboard
var
id
:
String
join_timestamp
Link copied to clipboard
var
join_timestamp
:
Any
permission
Link copied to clipboard
var
permission
:
Int
push_active
Link copied to clipboard
var
push_active
:
Boolean
unread
Link copied to clipboard
var
unread
:
Int