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.
15 lines
399 B
JSON
15 lines
399 B
JSON
{
|
|
"type": "object",
|
|
"allOf": [{"$ref":"definitions/room_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"
|
|
}
|
|
}
|
|
}
|