core: update _send api, remove _send_quote, use new api in tests (#608)

This commit is contained in:
Evgeny Poberezkin
2022-05-06 09:17:49 +01:00
committed by GitHub
parent 9d47c8a3d4
commit e575e97019
3 changed files with 18 additions and 28 deletions

View File

@@ -104,7 +104,6 @@ data ChatCommand
| APIGetChat ChatRef ChatPagination
| APIGetChatItems Int
| APISendMessage ChatRef ComposedMessage
| APISendMessageQuote ChatRef ChatItemId MsgContent -- TODO discontinue
| APIUpdateChatItem ChatRef ChatItemId MsgContent
| APIDeleteChatItem ChatRef ChatItemId CIDeleteMode
| APIChatRead ChatRef (ChatItemId, ChatItemId)