Conversation: {
    conversationId: string;
    hasUnreadMessages: boolean;
    isGroupChat: boolean;
    messages: DoublyLinkedList<PublishedDirectMessage>;
    participants: string[];
}

Type declaration

Generated using TypeDoc