matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.events.model
/
DefaultUnsignedRelationInfo
Default
Unsigned
Relation
Info
@
JsonClass
(
generateAdapter
=
true
)
data
class
DefaultUnsignedRelationInfo
(
val
limited
:
Boolean
?
=
false
,
val
count
:
Int
?
=
0
,
val
chunk
:
List
<
Map
<
String
,
Any
>
>
?
=
null
)
:
UnsignedRelationInfo
Content copied to clipboard
Constructors
Properties
Constructors
Default
Unsigned
Relation
Info
Link copied to clipboard
fun
DefaultUnsignedRelationInfo
(
limited
:
Boolean
?
=
false
,
count
:
Int
?
=
0
,
chunk
:
List
<
Map
<
String
,
Any
>
>
?
=
null
)
Content copied to clipboard
Properties
chunk
Link copied to clipboard
val
chunk
:
List
<
Map
<
String
,
Any
>
>
?
=
null
Content copied to clipboard
count
Link copied to clipboard
open
override
val
count
:
Int
?
=
0
Content copied to clipboard
limited
Link copied to clipboard
open
override
val
limited
:
Boolean
?
=
false
Content copied to clipboard