# MessageEditedTimestamp

Component to render message edited label in message when the message is clicked, within [`MessageList`](https://getstream.io/chat/docs/sdk/react-native/v6/ui-components/message-list/).

This is the default component provided to the prop [`MessageEditedTimestamp`](https://getstream.io/chat/docs/sdk/react-native/v6/core-components/channel#messageeditedtimestamp) on the `Channel` component.

## Props

### `message` ``

Message object.

| Type           |
| -------------- |
| `Message` type |

## UI components

### `MessageTimestamp`

The Component that renders the message timestamp.

| Type                          | Default     |
| ----------------------------- | ----------- |
| `ComponentType` \|`undefined` | `undefined` |


---

This page was last updated at 2026-08-13T00:26:16.234Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/v6/ui-components/message-edited-timestamp/](https://getstream.io/chat/docs/sdk/react-native/v6/ui-components/message-edited-timestamp/).