trixnity-clientserverapi-model
3.7.1
common
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
<
Event.RoomEvent
<
*
>
>
)
Members
Constructors
Get
Relations
Response
Link copied to clipboard
constructor
(
start
:
String
?
=
null
,
end
:
String
?
=
null
,
chunk
:
List
<
Event.RoomEvent
<
*
>
>
)
Properties
chunk
Link copied to clipboard
val
chunk
:
List
<
Event.RoomEvent
<
*
>
>
end
Link copied to clipboard
val
end
:
String
?
=
null
start
Link copied to clipboard
val
start
:
String
?
=
null