mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
13 lines
352 B
YAML
13 lines
352 B
YAML
|
|
allOf:
|
||
|
|
- $ref: event_batch.yaml
|
||
|
|
properties:
|
||
|
|
limited:
|
||
|
|
description: True if the number of events returned was limited by the ``limit``
|
||
|
|
on the filter
|
||
|
|
type: boolean
|
||
|
|
prev_batch:
|
||
|
|
description: If the batch was limited then this is a token that can be supplied
|
||
|
|
to the server to retrieve earlier events
|
||
|
|
type: string
|
||
|
|
type: object
|