matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model
/
EditAggregatedSummary
Edit
Aggregated
Summary
data
class
EditAggregatedSummary
(
val
latestEdit
:
Event
?
=
null
,
val
sourceEvents
:
List
<
String
>
,
val
localEchos
:
List
<
String
>
,
val
lastEditTs
:
Long
=
0
)
Content copied to clipboard
Constructors
Properties
Constructors
Edit
Aggregated
Summary
Link copied to clipboard
fun
EditAggregatedSummary
(
latestEdit
:
Event
?
=
null
,
sourceEvents
:
List
<
String
>
,
localEchos
:
List
<
String
>
,
lastEditTs
:
Long
=
0
)
Content copied to clipboard
Properties
last
Edit
Ts
Link copied to clipboard
val
lastEditTs
:
Long
=
0
Content copied to clipboard
latest
Edit
Link copied to clipboard
val
latestEdit
:
Event
?
=
null
Content copied to clipboard
local
Echos
Link copied to clipboard
val
localEchos
:
List
<
String
>
Content copied to clipboard
source
Events
Link copied to clipboard
val
sourceEvents
:
List
<
String
>
Content copied to clipboard