Add JSON-RPC API to get reactions

This commit is contained in:
link2xt
2023-05-05 17:17:56 +00:00
parent 24fe1b9c15
commit 6af631e8df
4 changed files with 30 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
- BREAKING: jsonrpc:
- `get_chatlist_items_by_entries` now takes only chatids instead of `ChatListEntries`
- `get_chatlist_entries` now returns `Vec<u32>` of chatids instead of `ChatListEntries`
- JSON-RPC: add API to get reactions outside the message snapshot
### Fixes
- Make the bots automatically accept group chat contact requests. #4377