---
id: message-status
title: MessageStatus
---

import ReadEventsEnabled from '../common-content/core-components/channel/props/read_events_enabled.mdx';

import MessageProp from '../common-content/contexts/message-context/message.mdx';
import ThreadList from '../common-content/contexts/message-context/thread_list.mdx';

Component to render the status (read receipts, pending state indicator etc.) of a message within the [`MessageList`](./message_list.mdx).
This is the default component provided to the prop [`MessageStatus`](../core-components/channel.mdx#messagestatus) on the `Channel` component.

## Props

### <div class="label description">_overrides the value from [MessageContext](../contexts/message_context.mdx#message)_</div> message {#message}

<MessageProp />

### <div class="label description">_overrides the value from [MessageContext](../contexts/message_context.mdx#readeventsenabled)_</div> readEventsEnabled {#readeventsenabled}

<ReadEventsEnabled />

### <div class="label description">_overrides the value from [MessageContext](../contexts/message_context.mdx#threadlist)_</div> threadList {#threadlist}

<ThreadList />