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 ddc95cd commit a869d26Copy full SHA for a869d26
src/types.ts
@@ -960,7 +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"
+ partition_ttl?: string | null; // Value such as "24h", "30m" or a combination: "2h30m"
964
};
965
966
export type CreateCommandOptions<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = {
0 commit comments