AggregatedAnnotation

@JsonClass(generateAdapter = true)
data class AggregatedAnnotation(val limited: Boolean? = false, val count: Int? = 0, val chunk: List<RelationChunkInfo>? = null) : UnsignedRelationInfo
{ "chunk": [ { "type": "m.reaction", "key": "👍", "count": 3 } ], "limited": false, "count": 1 },

Constructors

Link copied to clipboard
constructor(limited: Boolean? = false, count: Int? = 0, chunk: List<RelationChunkInfo>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val count: Int? = 0
Link copied to clipboard
open override val limited: Boolean? = false