toggle menu
trixnity-serverserverapi-model
4.3.5
common
switch theme
search in API
trixnity-serverserverapi-model
/
net.folivo.trixnity.serverserverapi.model.federation
/
GetStateIds
/
Response
Response
@
Serializable
data
class
Response
(
val
authChainIds
:
List
<
EventId
>
,
val
pduIds
:
List
<
EventId
>
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
authChainIds
:
List
<
EventId
>
,
pduIds
:
List
<
EventId
>
)
Properties
auth
Chain
Ids
Link copied to clipboard
@
SerialName
(
value
=
"auth_chain_ids"
)
val
authChainIds
:
List
<
EventId
>
pdu
Ids
Link copied to clipboard
@
SerialName
(
value
=
"pdu_ids"
)
val
pduIds
:
List
<
EventId
>