<ConversationListItem>
The <ConversationListItem> component is displayed for each conversation in the conversation list.
A collection of objects which are passed to all ConversationList theme components.
The conversation that's being displayed.
If true, this conversation is the currently selected one in the conversation list.
The list of participants that are part of the given conversation.
In the default theme, the <ConversationListItem> component is implemented as follows:
ConversationListItem.jsJavaScript1// loading...