You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description Paginate through collections of data by setting the `cursor` parameter to `*` for the first "page"
18
+
* or a `next_cursor` attribute returned by a previous request's `response_metadata`.
19
+
* Use the `count` parameter to set the number of items to return per page rather than `limit`.
20
+
* @see {@link https://docs.slack.dev/apis/web-api/pagination pagination} for more detail.
0 commit comments