kalium
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kalium
persistence
/
com.wire.kalium.persistence.dao.reaction
/
ReactionItem
Reaction
Item
data
class
ReactionItem
(
val
emoji
:
String
,
val
count
:
Int
,
val
isSelf
:
Boolean
)
Members
Constructors
Reaction
Item
Link copied to clipboard
constructor
(
emoji
:
String
,
count
:
Int
,
isSelf
:
Boolean
)
Properties
count
Link copied to clipboard
val
count
:
Int
emoji
Link copied to clipboard
val
emoji
:
String
is
Self
Link copied to clipboard
val
isSelf
:
Boolean