We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a5ab2 commit ae2be5dCopy full SHA for ae2be5d
src/types.ts
@@ -959,6 +959,7 @@ export type CreateChannelOptions<StreamChatGenerics extends ExtendableGenerics =
959
typing_events?: boolean;
960
uploads?: boolean;
961
url_enrichment?: boolean;
962
+ partition_size?: number;
963
};
964
965
export type CreateCommandOptions<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = {
0 commit comments