matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model
/
ReactionAggregatedSummary
Reaction
Aggregated
Summary
data
class
ReactionAggregatedSummary
(
val
key
:
String
,
val
count
:
Int
,
val
addedByMe
:
Boolean
,
val
firstTimestamp
:
Long
,
val
sourceEvents
:
List
<
String
>
,
val
localEchoEvents
:
List
<
String
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Reaction
Aggregated
Summary
Link copied to clipboard
fun
ReactionAggregatedSummary
(
key
:
String
,
count
:
Int
,
addedByMe
:
Boolean
,
firstTimestamp
:
Long
,
sourceEvents
:
List
<
String
>
,
localEchoEvents
:
List
<
String
>
)
Content copied to clipboard
Properties
added
By
Me
Link copied to clipboard
val
addedByMe
:
Boolean
Content copied to clipboard
count
Link copied to clipboard
val
count
:
Int
Content copied to clipboard
first
Timestamp
Link copied to clipboard
val
firstTimestamp
:
Long
Content copied to clipboard
key
Link copied to clipboard
val
key
:
String
Content copied to clipboard
local
Echo
Events
Link copied to clipboard
val
localEchoEvents
:
List
<
String
>
Content copied to clipboard
source
Events
Link copied to clipboard
val
sourceEvents
:
List
<
String
>
Content copied to clipboard