jsonrpc: add deleteMessages() and getMessageInfo() (#3587)

* jsonrpc: add `deleteMessages()` and `getMessageInfo()`

* add pr numbers to changelog
This commit is contained in:
Simon Laux
2022-09-07 22:22:37 +02:00
committed by GitHub
parent 484aa54ed6
commit 54b10106bd
4 changed files with 43 additions and 4 deletions

View File

@@ -11,13 +11,15 @@
and `dc_event_emitter_unref()` should be used instead of
`dc_accounts_event_emitter_unref`.
- add `dc_contact_was_seen_recently()` #3560
- jsonrpc: add functions:
- jsonrpc: add functions: #3586, #3587
- `deleteChat()`
- `getChatEncryptionInfo()`
- `getChatSecurejoinQrCodeSvg()`
- `leaveGroup()`
- `removeContactFromChat()`
- `addContactToChat()`
- `deleteMessages()`
- `getMessageInfo()`
- jsonrpc: add `is_broadcast` property to `ChatListItemFetchResult` #3584
- jsonrpc: add `was_seen_recently` property to `ChatListItemFetchResult`, `FullChat` and `Contact` #3584
- jsonrpc: add `webxdc_info` property to `Message` #3588