<GroupChatImage>
The <GroupChatImage> component displays a visual representation of a group chat. It shows the number of participants and some of the participants' avatars.
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.
A list of participants that are a part of the conversation.
In the default theme, the <GroupChatImage> component is implemented as follows:
GroupChatImage.jsJavaScript1// loading...