@slack/web-api / SlackListsDownloadGetArguments
Interface: SlackListsDownloadGetArguments
Defined in: src/types/request/slackLists.ts:404
Extends
TokenOverridable
Properties
job_id
job_id: string;
Defined in: src/types/request/slackLists.ts:413
Description
The ID of the recently started job to export the List.
list_id
list_id: string;
Defined in: src/types/request/slackLists.ts:408
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