MessageRepliesAvatar
Component to render avatars of users who thread-replied to a message, within the MessageList
.
#
Propsoverrides the value from MessageContext alignment#
Sets if the message should be aligned to right or left side of list.
Type | Default |
---|---|
enum('right', 'left') | 'right' |
overrides the value from MessageContext message#
Message object
Type |
---|
object |
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.
Type | Default |
---|---|
component | Image |