chunk property
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. (The exact definition of chronological
is dependent on the server implementation.)
Note that an empty chunk
does not necessarily imply that no more events
are available. Clients should continue to paginate until no end
property
is returned.
Implementation
List<SDNEvent> chunk;