@slack/web-api / AssistantThreadsSetTitleArguments
Defined in: src/types/request/assistant.ts:33
TokenOverridable
channel_id: string;Defined in: src/types/request/assistant.ts:35
Channel ID containing the assistant thread.
thread_ts: string;Defined in: src/types/request/assistant.ts:37
Message timestamp of the thread.
title: string;Defined in: src/types/request/assistant.ts:39
Title of the thread.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token