Skip to content

Commit 195a3fb

Browse files
authored
Add thread_ts to RespondFn type (#2732)
1 parent 949226c commit 195a3fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/utilities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export type RespondArguments = DistributiveOmit<ChatPostMessageArguments, 'chann
3737
replace_original?: boolean;
3838
delete_original?: boolean;
3939
text?: string;
40+
thread_ts?: string;
4041
};
4142

4243
// biome-ignore lint/suspicious/noExplicitAny: TODO: check if we can type this more strictly than any

0 commit comments

Comments
 (0)