Skip to main content

@slack/web-api / SlackListsItemsListArguments

Interface: SlackListsItemsListArguments

Defined in: src/types/request/slackLists.ts:497

Extends

  • TokenOverridable

Properties

archived?

optional archived: boolean;

Defined in: src/types/request/slackLists.ts:516

Description

Boolean indicating whether archived items or normal items should be returned.


cursor?

optional cursor: string;

Defined in: src/types/request/slackLists.ts:511

Description

Next cursor for pagination.


limit?

optional limit: number;

Defined in: src/types/request/slackLists.ts:506

Description

The maximum number of records to return.


list_id

list_id: string;

Defined in: src/types/request/slackLists.ts:501

Description

Encoded ID of the List.


token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token