RelationChunkInfo

@JsonClass(generateAdapter = true)
data class RelationChunkInfo(val type: String, val key: String, val count: Int)
{ "type": "m.reaction", "key": "👍", "count": 3 }

Constructors

Link copied to clipboard
constructor(type: String, key: String, count: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val key: String
Link copied to clipboard