Skip to main content

@slack/web-api / SlackListsItemsInfoArguments

Interface: SlackListsItemsInfoArguments

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

Extends

  • TokenOverridable

Properties

id

id: string;

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

Description

ID of item to delete.


include_is_subscribed?

optional include_is_subscribed: boolean;

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

Description

Set to true to include is_subscribed data for the returned List row.


list_id

list_id: string;

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

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