Skip to main content

Interface: AssistantThreadsSetStatusArguments

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:6


status

status: string;

Description

Status of the assistant (e.g. 'is thinking...')

Defined in

packages/web-api/src/types/request/assistant.ts:8


thread_ts

thread_ts: string;

Description

Message timestamp of the thread.

Defined in

packages/web-api/src/types/request/assistant.ts:10


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

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