MessageThreadFooter
fun MessageThreadFooter(participants: List<User>, text: String, messageAlignment: MessageAlignment, modifier: Modifier = Modifier)
Shows a row of participants in the message thread, if they exist.
Parameters
participants
List of users in the thread.
text
Text of the label.
messageAlignment
The alignment of the message, used for the content orientation.
modifier
Modifier for styling.