---
id: channel-preview-unread-count
title: ChannelPreviewUnreadCount
---

import MaxUnreadCount from '../common-content/ui-components/channel-preview-messenger/props/max_unread_count.mdx';
import Unread from '../common-content/ui-components/channel-preview-messenger/props/unread.mdx';
import Channel from '../common-content/ui-components/channel-preview-messenger/props/channel.mdx';

Component to render unread count on a channel, within the [`ChannelList`](../core-components/channel_list.mdx) component.
This is the default component provided to the prop [`PreviewUnreadCount`](../core-components/channel_list.mdx#previewunreadcount) on the `ChannelList` component.

## Props

### <div class="label required">required</div> **maxUnreadCount**

<MaxUnreadCount/>

### <div class="label required">required</div> **unread**

<Unread/>

### channel

<Channel/>
