MessageFooterStatusIndicator
open fun MessageFooterStatusIndicator(modifier: Modifier, message: Message, isMessageRead: Boolean, readCount: Int)
Deprecated
Use the new version of MessageFooterStatusIndicator that takes MessageFooterStatusIndicatorParams.
Replace with
MessageFooterStatusIndicator(
params = MessageFooterStatusIndicatorParams(
modifier = modifier,
messageItem = messageItem,
),
)Content copied to clipboard
The default read status indicator in the message footer, weather the message is sent, pending or read.