Aggregated Annotation
@JsonClass(generateAdapter = true )
Content copied to clipboard
{
"chunk": [
{
"type": "m.reaction",
"key": "👍",
"count": 3
}
],
"limited": false,
"count": 1
},
Constructors
Link copied to clipboard
fun AggregatedAnnotation( limited: Boolean? = false, count: Int? = 0, chunk: List<RelationChunkInfo>? = null)
Content copied to clipboard