We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_send_allowed
assistant.threads.setStatus
1 parent 06e2a51 commit 8ebd3a0Copy full SHA for 8ebd3a0
packages/web-api/src/types/request/assistant.ts
@@ -8,6 +8,8 @@ export interface AssistantThreadsSetStatusArguments extends TokenOverridable {
8
status: string;
9
/** @description Message timestamp of the thread. */
10
thread_ts: string;
11
+ /** @description Whether or not the user is allowed to send a message while the status is being displayed. Defaults to `false`. */
12
+ is_send_allowed?: boolean;
13
}
14
15
// https://api.slack.com/methods/assistant.threads.setSuggestedPrompts
0 commit comments