---
url: https://talkjs.com/docs/UI_Components/JavaScript/Classic/Themes/Components/GroupChatImage
---

# GroupChatImage

Ask a question Copy for LLM [View as Markdown](/docs/UI_Components/JavaScript/Classic/Themes/Components/GroupChatImage.md)
The `GroupChatImage` component is a subcomponent that is part of all preset themes. It renders a visual representation of a group chat, showing the number of participants, and some of the participants' avatars.

## Props

Our preset themes pass the following prop to the `GroupChatImage` component. You can change the props it receives by updating the places in the theme where the component is invoked.

| Name | Type | Description |
| --- | --- | --- |
| **participants** | [`User[]`](/docs/UI_Components/JavaScript/Classic/Themes/Components/Shared_Types/#user) | The participants in the conversation for which to display an image |

## Available system components

The `GroupChatImage` subcomponent is used in multiple places within the theme. The available system components depend on the top-level component that renders it. The only subcomponents that are reliably available are [globally available system components](/docs/UI_Components/JavaScript/Classic/Themes/Components/Global_Components_and_Variables/#globally-available-system-components).