diff --git a/src/types.ts b/src/types.ts index 9b1318bcf..72f73e593 100644 --- a/src/types.ts +++ b/src/types.ts @@ -525,6 +525,7 @@ export type PartialThreadUpdate = { export type QueryThreadsOptions = { limit?: number; + member_limit?: number; next?: string; participant_limit?: number; reply_limit?: number; @@ -537,6 +538,7 @@ export type QueryThreadsAPIResponse