Skip to content

Commit

Permalink
Revert "feat(web-api): add new is_send_allowed optional parameter t…
Browse files Browse the repository at this point in the history
…o `assis…"

This reverts commit 8ebd3a0.
  • Loading branch information
misscoded authored Oct 28, 2024
1 parent 8ebd3a0 commit 5b57b5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web-api/src/types/request/assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ 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 5b57b5c

Please sign in to comment.