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 f2b9f6a commit 2df6a0eCopy full SHA for 2df6a0e
src/types.ts
@@ -947,6 +947,8 @@ export type CreateChannelOptions<StreamChatGenerics extends ExtendableGenerics =
947
message_retention?: string;
948
mutes?: boolean;
949
name?: string;
950
+ partition_size?: number;
951
+ partition_ttl?: string | null;
952
permissions?: PermissionObject[];
953
polls?: boolean;
954
push_notifications?: boolean;
0 commit comments