mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01: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