MessageRepliesAvatar
Renders avatars of users who replied in a thread inside MessageList.
Best Practices
- Show only a limited number of avatars to avoid clutter.
- Use consistent avatar sizes and spacing.
- Provide a fallback when user images are missing.
- Align avatars with message alignment for visual coherence.
- Use
ImageComponentto keep image loading consistent.
Props
alignment
Sets whether the message aligns left or right in the list.
| Type | Default |
|---|---|
| enum('right', 'left') | 'right' |
message
Message object.
| Type |
|---|
Message type |
UI Component Props
ImageComponent
Drop-in replacement for all underlying Image components in the SDK. Useful for offline image caching. See the Offline Support Guide.
| Type | Default |
|---|---|
| ComponentType | Image |