@slack/web-api / SlackListsDownloadStartArguments
Interface: SlackListsDownloadStartArguments
Defined in: src/types/request/slackLists.ts:417
Extends
TokenOverridable
Properties
include_archived?
optional include_archived: boolean;
Defined in: src/types/request/slackLists.ts:426
Description
Boolean indicating whether to include archived items.
list_id
list_id: string;
Defined in: src/types/request/slackLists.ts:421
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