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 ae2be5d commit ddc95cdCopy full SHA for ddc95cd
src/types.ts
@@ -960,6 +960,7 @@ export type CreateChannelOptions<StreamChatGenerics extends ExtendableGenerics =
960
uploads?: boolean;
961
url_enrichment?: boolean;
962
partition_size?: number;
963
+ partition_rotation?: string | null; // Value such as "24h", "30m" or a combination: "2h30m"
964
};
965
966
export type CreateCommandOptions<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = {
0 commit comments