@slack/web-api / AssistantThreadsSetStatusArguments
Interface: AssistantThreadsSetStatusArguments
Defined in: packages/web-api/src/types/request/assistant.ts:4
Extends
TokenOverridable
Properties
channel_id
channel_id: string;
Defined in: packages/web-api/src/types/request/assistant.ts:6
Description
Channel ID containing the assistant thread.
icon_emoji?
optional icon_emoji: string;
Defined in: packages/web-api/src/types/request/assistant.ts:17
Description
Emoji to use as the icon for this message. Overrides icon_url.
Example
:chart_with_upwards_trend:
icon_url?
optional icon_url: string;
Defined in: packages/web-api/src/types/request/assistant.ts:22
Description
Image URL to use as the icon for this message.
Example
http://lorempixel.com/48/48
loading_messages?
optional loading_messages: string[];
Defined in: packages/web-api/src/types/request/assistant.ts:12
Description
The list of messages to rotate through as a loading indicator.
status
status: string;
Defined in: packages/web-api/src/types/request/assistant.ts:8
Description
Status of the assistant (e.g. 'is thinking...')
thread_ts
thread_ts: string;
Defined in: packages/web-api/src/types/request/assistant.ts:10
Description
Message timestamp 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
username?
optional username: string;
Defined in: packages/web-api/src/types/request/assistant.ts:27
Description
The bot's username to display.
Example
My Bot