trixnity-serverserverapi-model
3.1.0
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
)
Constructors
Properties
Constructors
Request
Link copied to clipboard
fun
Request
(
earliestEvents
:
List
<
EventId
>
,
latestEvents
:
List
<
EventId
>
,
limit
:
Long
?
=
null
,
minDepth
:
Long
?
=
null
)
Properties
earliest
Events
Link copied to clipboard
val
earliestEvents
:
List
<
EventId
>
latest
Events
Link copied to clipboard
val
latestEvents
:
List
<
EventId
>
limit
Link copied to clipboard
val
limit
:
Long
?
=
null
min
Depth
Link copied to clipboard
val
minDepth
:
Long
?
=
null