toggle menu
trixnity-serverserverapi-model
4.3.5
common
switch theme
search in API
trixnity-serverserverapi-model
/
net.folivo.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
?
=
null
min
Depth
Link copied to clipboard
@
SerialName
(
value
=
"min_depth"
)
val
minDepth
:
Long
?
=
null