@slack/web-api / SlackListsUpdateArguments
Interface: SlackListsUpdateArguments
Defined in: src/types/request/slackLists.ts:533
Extends
TokenOverridable
Properties
description_blocks?
optional description_blocks: RichTextBlock[];
Defined in: src/types/request/slackLists.ts:547
Description
A rich text description of the List.
id
id: string;
Defined in: src/types/request/slackLists.ts:537
Description
Encoded ID of the List.
name?
optional name: string;
Defined in: src/types/request/slackLists.ts:542
Description
Name of the List.
todo_mode?
optional todo_mode: boolean;
Defined in: src/types/request/slackLists.ts:552
Description
Boolean indicating whether the List should be used to track todo tasks.
token?
optional token: string;
Defined in: src/types/request/common.ts:43
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token