mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
core: get all chat items API (#2333)
* core: get all chat items API * test
This commit is contained in:
committed by
GitHub
parent
f82fa42cba
commit
591aa9eaa5
@@ -212,7 +212,7 @@ data ChatCommand
|
||||
| ExecAgentStoreSQL Text
|
||||
| APIGetChats {userId :: UserId, pendingConnections :: Bool}
|
||||
| APIGetChat ChatRef ChatPagination (Maybe String)
|
||||
| APIGetChatItems Int
|
||||
| APIGetChatItems ChatPagination (Maybe String)
|
||||
| APISendMessage {chatRef :: ChatRef, liveMessage :: Bool, composedMessage :: ComposedMessage}
|
||||
| APIUpdateChatItem {chatRef :: ChatRef, chatItemId :: ChatItemId, liveMessage :: Bool, msgContent :: MsgContent}
|
||||
| APIDeleteChatItem ChatRef ChatItemId CIDeleteMode
|
||||
|
||||
Reference in New Issue
Block a user