docs-matrix-spec/api/client-server/definitions/timeline_batch.yaml
Benjamin Saunders ee5054fb42 Supply prev_batch unconditionally in timelines
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
2016-07-07 01:37:48 -07:00

12 lines
342 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: A token that can be supplied to to the ``from`` parameter of the
rooms/{roomId}/messages endpoint
type: string
type: object