Skip to main content
Version: v5

MessageRepliesAvatar

Component to render avatars of users who thread-replied to a message, within the MessageList.

Props

overrides the value from MessageContext
alignment

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

TypeDefault
enum('right', 'left')'right'

overrides the value from MessageContext
message

Message object.

Type
Message type

UI Component Props

overrides the value from ChatContext
ImageComponent

Drop in replacement of all the underlying Image components within SDK. This is useful for the purpose of offline caching of images. Please check the Offline Support Guide for usage.

TypeDefault
ComponentTypeImage

Did you find this page helpful?