Skip to main content

@slack/web-api / AssistantThreadsSetTitleArguments

Interface: AssistantThreadsSetTitleArguments

Defined in: packages/web-api/src/types/request/assistant.ts:50

Extends

  • TokenOverridable

Properties

channel_id

channel_id: string;

Defined in: packages/web-api/src/types/request/assistant.ts:52

Description

Channel ID containing the assistant thread.


thread_ts

thread_ts: string;

Defined in: packages/web-api/src/types/request/assistant.ts:54

Description

Message timestamp of the thread.


title

title: string;

Defined in: packages/web-api/src/types/request/assistant.ts:56

Description

Title of the thread.


token?

optional token: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token