Skip to content

Commit

Permalink
feat(web-api): add new is_send_allowed optional parameter to `assis…
Browse files Browse the repository at this point in the history
…tant.threads.setStatus` method (#2079)
  • Loading branch information
filmaj authored Oct 28, 2024
1 parent 06e2a51 commit 8ebd3a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-api/src/types/request/assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export interface AssistantThreadsSetStatusArguments extends TokenOverridable {
status: string;
/** @description Message timestamp of the thread. */
thread_ts: string;
/** @description Whether or not the user is allowed to send a message while the status is being displayed. Defaults to `false`. */
is_send_allowed?: boolean;
}

// https://api.slack.com/methods/assistant.threads.setSuggestedPrompts
Expand Down

0 comments on commit 8ebd3a0

Please sign in to comment.