matrix-spec/api/client-server/v2_alpha/definitions/timeline_batch.json
2015-09-25 18:10:28 +01:00

15 lines
394 B
JSON

{
"type": "object",
"allOf": [{"$ref":"definitions/event_batch.json"}],
"properties": {
"limited": {
"type": "boolean",
"description": "Whether there are more events on the server"
},
"prev_batch": {
"type": "string",
"description": "If the batch was limited then this is a token that can be supplied to the server to retrieve more events"
}
}
}