mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Improve documentation of the events array.
(imported from commit d53f561cbf1e802ed34fe8030aa7759ef9b15631)
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
"returns": [
|
||||
[
|
||||
"events",
|
||||
"an array (possibly zero-length if dont_block is set) of events with IDs newer than `last_event_id`"
|
||||
"an array (possibly zero-length if dont_block is set) of events with IDs newer than `last_event_id`. Event IDs are guaranted to be increasing, but they are not guaranteed to be consecutive."
|
||||
]
|
||||
],
|
||||
"call": "Get new events from an events queue",
|
||||
|
||||
Reference in New Issue
Block a user