clarify the order events in chunk for /messages
This commit is contained in:
parent
dda7afa845
commit
53aa8fe8ec
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ paths:
|
||||||
chunk:
|
chunk:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
A list of room events.
|
A list of room events. The order depends on the ``dir`` parameter. For ``dir=b`` events will be in reverse-chronological order, for ``dir=f`` in chronological order, so that events start at the ``from`` point.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
title: RoomEvent
|
title: RoomEvent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue