Interface: AssistantThreadsSetTitleArguments
Extends
TokenOverridable
Properties
channel_id
channel_id: string;
Description
Channel ID containing the assistant thread.
Defined in
packages/web-api/src/types/request/assistant.ts:35
thread_ts
thread_ts: string;
Description
Message timestamp of the thread.
Defined in
packages/web-api/src/types/request/assistant.ts:37
title
title: string;
Description
Title of the thread.
Defined in
packages/web-api/src/types/request/assistant.ts:39
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token