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
/
GetHierarchy
/
Response
Response
@
Serializable
data
class
Response
(
val
nextBatch
:
String
?
=
null
,
val
rooms
:
List
<
GetHierarchy.Response.SpaceHierarchyRoomsChunk
>
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
nextBatch
:
String
?
=
null
,
rooms
:
List
<
GetHierarchy.Response.SpaceHierarchyRoomsChunk
>
)
Types
Space
Hierarchy
Rooms
Chunk
Link copied to clipboard
@
Serializable
data
class
SpaceHierarchyRoomsChunk
(
val
allowedRoomIds
:
Set
<
RoomId
>
?
=
null
,
val
avatarUrl
:
String
?
=
null
,
val
canonicalAlias
:
RoomAliasId
?
=
null
,
val
childrenState
:
Set
<
ClientEvent.StrippedStateEvent
<
*
>
>
,
val
encryption
:
EncryptionAlgorithm
?
=
null
,
val
guestCanJoin
:
Boolean
,
val
joinRule
:
JoinRulesEventContent.JoinRule
=
JoinRulesEventContent.JoinRule.Public
,
val
name
:
String
?
=
null
,
val
joinedMembersCount
:
Long
,
val
roomId
:
RoomId
,
val
roomType
:
CreateEventContent.RoomType
?
=
null
,
val
roomVersion
:
String
?
=
null
,
val
topic
:
String
?
=
null
,
val
worldReadable
:
Boolean
)
Properties
next
Batch
Link copied to clipboard
@
SerialName
(
value
=
"next_batch"
)
val
nextBatch
:
String
?
rooms
Link copied to clipboard
@
SerialName
(
value
=
"rooms"
)
val
rooms
:
List
<
GetHierarchy.Response.SpaceHierarchyRoomsChunk
>