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-serverserverapi-model
/
de.connect2x.trixnity.serverserverapi.model.federation
/
GetMissingEvents
/
Request
Request
@
Serializable
data
class
Request
(
val
earliestEvents
:
List
<
EventId
>
,
val
latestEvents
:
List
<
EventId
>
,
val
limit
:
Long
?
=
null
,
val
minDepth
:
Long
?
=
null
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
earliestEvents
:
List
<
EventId
>
,
latestEvents
:
List
<
EventId
>
,
limit
:
Long
?
=
null
,
minDepth
:
Long
?
=
null
)
Properties
earliest
Events
Link copied to clipboard
@
SerialName
(
value
=
"earliest_events"
)
val
earliestEvents
:
List
<
EventId
>
latest
Events
Link copied to clipboard
@
SerialName
(
value
=
"latest_events"
)
val
latestEvents
:
List
<
EventId
>
limit
Link copied to clipboard
@
SerialName
(
value
=
"limit"
)
val
limit
:
Long
?
min
Depth
Link copied to clipboard
@
SerialName
(
value
=
"min_depth"
)
val
minDepth
:
Long
?