You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
342 B
YAML
13 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
|