<ConversationImage>
The <ConversationImage> component is used to display an image associated with a conversation.
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.
The conversation that's being displayed.
A list of participants that are a part of the conversation.
In the default theme, the <ConversationImage> component is implemented as follows:
ConversationImage.jsJavaScript1// loading...