ChatDirectMessagePreview
const ChatDirectMessagePreview: React.FC<{
hasUnreadMessages: boolean;
participantInDirectChatWith: | InMeetingParticipant
| Participant;
handleGoToDirectChat: () => void;
latestMessage: ChatMessage;
}>;
const ChatDirectMessagePreview: React.FC<{
hasUnreadMessages: boolean;
participantInDirectChatWith: | InMeetingParticipant
| Participant;
handleGoToDirectChat: () => void;
latestMessage: ChatMessage;
}>;