mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-13 05:26:48 +00:00
getGroupChat, getGroupChatPreviews_ (#233)
This commit is contained in:
@@ -118,6 +118,7 @@ data ChatCommand
|
||||
data ChatResponse
|
||||
= CRApiChats {chats :: [AChatPreview]}
|
||||
| CRApiDirectChat {chat :: Chat 'CTDirect}
|
||||
| CRApiGroupChat {gChat :: Chat 'CTGroup}
|
||||
| CRNewChatItem {chatItem :: AChatItem}
|
||||
| CRCmdAccepted {corr :: CorrId}
|
||||
| CRChatHelp {helpSection :: HelpSection}
|
||||
|
||||
Reference in New Issue
Block a user