Skip to content

Commit 8ebd3a0

Browse files
author
Fil Maj
authored
feat(web-api): add new is_send_allowed optional parameter to assistant.threads.setStatus method (#2079)
1 parent 06e2a51 commit 8ebd3a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export interface AssistantThreadsSetStatusArguments extends TokenOverridable {
88
status: string;
99
/** @description Message timestamp of the thread. */
1010
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;
1113
}
1214

1315
// https://api.slack.com/methods/assistant.threads.setSuggestedPrompts

0 commit comments

Comments
 (0)