@slack/web-api / WorkflowsFeaturedListArguments
Interface: WorkflowsFeaturedListArguments
Defined in: src/types/request/workflows.ts:17
Extends
TokenOverridable
Properties
channel_ids
channel_ids: string[];
Defined in: src/types/request/workflows.ts:22
Description
Comma-separated array of channel IDs to list featured workflows for.
Example
["C012345678", "C987654321"]
token?
optional token: string;
Defined in: src/types/request/common.ts:43
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token