0
0
Fork 0

Add accepted params for executing a webhook with

This commit is contained in:
Oliver-Akins 2021-08-01 02:24:26 -06:00
parent f66404518f
commit d8df5caa76

4
src/types/misc.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
interface execute_webhook_query_params {
wait?: boolean;
thread_id?: string;
}