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 ImageComponent to keep image loading consistent.

Props

alignment

Sets whether the message aligns left or right in the list.

TypeDefault
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.

TypeDefault
ComponentTypeImage