ThreadParticipants

fun ThreadParticipants(participants: List<User>, alignment: MessageAlignment, modifier: Modifier = Modifier, borderStroke: BorderStroke = BorderStroke(width = 1.dp, color = ChatTheme.colors.appBackground), participantsLimit: Int = DefaultParticipantsLimit)

Represents a number of participants in the thread.

Parameters

participants

The list of participants in the thread.

alignment

The alignment of the parent message.

modifier

Modifier for styling.

borderStroke

The border of user avatars, for visibility.

participantsLimit

The limit of the number of participants shown in the component.