toggle menu
trixnity-serverserverapi-model
4.10.0
common
switch theme
search in API
trixnity-serverserverapi-model
/
net.folivo.trixnity.serverserverapi.model.federation
/
QueryDirectory
/
Response
Response
@
Serializable
data
class
Response
(
val
roomId
:
RoomId
,
val
servers
:
Set
<
String
>
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
servers
:
Set
<
String
>
)
Properties
room
Id
Link copied to clipboard
@
SerialName
(
value
=
"room_id"
)
val
roomId
:
RoomId
servers
Link copied to clipboard
@
SerialName
(
value
=
"servers"
)
val
servers
:
Set
<
String
>