# MessageRepliesAvatar

Component to render avatars of users who thread-replied to a message, within the [`MessageList`](https://getstream.io/chat/docs/sdk/react-native/v4/ui-components/message-list/).

## Props

### alignment

Sets if the message should be aligned to right or left side of list.

| Type                  | Default |
| --------------------- | ------- |
| enum('right', 'left') | 'right' |

### message

Message object

| Type   |
| ------ |
| object |


---

This page was last updated at 2026-09-04T17:22:12.032Z.

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