trixnity-clientserverapi-model
Toggle table of contents
4.14.4
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.rooms
/
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
?
=
null
recursion
Depth
Link copied to clipboard
@
SerialName
(
value
=
"recursion_depth"
)
val
recursionDepth
:
Long
?
=
null
start
Link copied to clipboard
@
SerialName
(
value
=
"prev_batch"
)
val
start
:
String
?
=
null