jsonrpc: add SystemMessageType to Message and cffi: add missing DC_INFO_ constants (#3707)

* jsonrpc: add `SystemMessageType` to `Message`
and cffi: add missing `DC_INFO_` constants

* Update deltachat-ffi/deltachat.h

Co-authored-by: bjoern <r10s@b44t.com>

* regenerate js constants

Co-authored-by: bjoern <r10s@b44t.com>
This commit is contained in:
Simon Laux
2022-11-04 19:48:53 +01:00
committed by GitHub
parent 15db5adc7e
commit 0bb231ad00
8 changed files with 115 additions and 6 deletions

View File

@@ -26,6 +26,8 @@
- `messageGetWebxdcInfo` -> `getWebxdcInfo`
- jsonrpc: changed method signature
- `miscSendTextMessage(accountId, text, chatId)` -> `miscSendTextMessage(accountId, chatId, text)`
- jsonrpc: add `SystemMessageType` to `Message`
- cffi: add missing `DC_INFO_` constants