@slack/web-api / AssistantThreadsSetStatusArguments
Defined in: src/types/request/assistant.ts:4
TokenOverridable
channel_id: string;Defined in: src/types/request/assistant.ts:6
Channel ID containing the assistant thread.
status: string;Defined in: src/types/request/assistant.ts:8
Status of the assistant (e.g. 'is thinking...')
thread_ts: string;Defined in: src/types/request/assistant.ts:10
Message timestamp of the thread.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token