mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-30 09:06:27 +00:00
api for chat pagination (#249)
This commit is contained in:
@@ -79,7 +79,7 @@ instance ToJSON HelpSection where
|
||||
|
||||
data ChatCommand
|
||||
= APIGetChats
|
||||
| APIGetChat ChatType Int64
|
||||
| APIGetChat ChatType Int64 ChatPagination
|
||||
| APIGetChatItems Int
|
||||
| APISendMessage ChatType Int64 MsgContent
|
||||
| APIDeleteChat ChatType Int64
|
||||
|
||||
Reference in New Issue
Block a user