<GroupChatImage>

The <GroupChatImage> component displays a visual representation of a group chat. It shows the number of participants and some of the participants' avatars.

interface GroupChatImageProps

Properties

A collection of objects which are passed to all Chatbox/ConversationList theme components.

Because this particular theme component can show up in both a <Chatbox> and a <ConversationList>, this prop has a union type.

participants
: ParticipantSnapshot[]

A list of participants that are a part of the conversation.

Example

In the default theme, the <GroupChatImage> component is implemented as follows:

GroupChatImage.js
1// loading...