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 15e5407 commit c58fd6fCopy full SHA for c58fd6f
src/types.ts
@@ -287,6 +287,7 @@ export type ChannelResponse = CustomChannelData & {
287
last_message_at?: string;
288
member_count?: number;
289
members?: ChannelMemberResponse[];
290
+ message_count?: number;
291
muted?: boolean;
292
mute_expires_at?: string;
293
own_capabilities?: string[];
@@ -2365,6 +2366,7 @@ export type ChannelConfigFields = {
2365
2366
replies?: boolean;
2367
search?: boolean;
2368
shared_locations?: boolean;
2369
+ count_messages?: boolean; // Feature flag for message count
2370
typing_events?: boolean;
2371
uploads?: boolean;
2372
url_enrichment?: boolean;
0 commit comments