matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.events.model
/
RelationChunkInfo
Relation
Chunk
Info
@
JsonClass
(
generateAdapter
=
true
)
data
class
RelationChunkInfo
(
val
type
:
String
,
val
key
:
String
,
val
count
:
Int
)
{ "type": "m.reaction", "key": "👍", "count": 3 }
Members
Constructors
Relation
Chunk
Info
Link copied to clipboard
constructor
(
type
:
String
,
key
:
String
,
count
:
Int
)
Properties
count
Link copied to clipboard
val
count
:
Int
key
Link copied to clipboard
val
key
:
String
type
Link copied to clipboard
val
type
:
String