trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.room
/
GetRelationsResponse
Get
Relations
Response
@
Serializable
data
class
GetRelationsResponse
(
val
start
:
String
?
=
null
,
val
end
:
String
?
=
null
,
val
chunk
:
List
<
ClientEvent.RoomEvent
<
*
>
>
,
val
recursionDepth
:
Long
?
=
null
)
Members
Constructors
Get
Relations
Response
Link copied to clipboard
constructor
(
start
:
String
?
=
null
,
end
:
String
?
=
null
,
chunk
:
List
<
ClientEvent.RoomEvent
<
*
>
>
,
recursionDepth
:
Long
?
=
null
)
Properties
chunk
Link copied to clipboard
@
SerialName
(
value
=
"chunk"
)
val
chunk
:
List
<
ClientEvent.RoomEvent
<
*
>
>
end
Link copied to clipboard
@
SerialName
(
value
=
"next_batch"
)
val
end
:
String
?
recursion
Depth
Link copied to clipboard
@
SerialName
(
value
=
"recursion_depth"
)
val
recursionDepth
:
Long
?
start
Link copied to clipboard
@
SerialName
(
value
=
"prev_batch"
)
val
start
:
String
?