Skip to main content

@slack/web-api / SlackListsAccessDeleteArguments

Interface: SlackListsAccessDeleteArguments

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

Extends

  • TokenOverridable

Properties

channel_ids?

optional channel_ids: string[];

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

Description

List of channels you wish to update access for. Can only be used if user_ids is not provided.


list_id

list_id: string;

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

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

user_ids?

optional user_ids: string[];

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

Description

List of users you wish to update access for. Can only be used if channel_ids is not provided.