jsonrpc: add miscGetStickerFolder and miscGetStickers (#3672)

* jsonrpc: add `miscGetStickerFolder` and `miscGetStickers`

* add pr number to changelog

* refactor

* fix clippy
This commit is contained in:
Simon Laux
2022-10-16 14:53:06 +02:00
committed by GitHub
parent f0dede26a3
commit 427adefb42
4 changed files with 73 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
- `exportBackup()`
- `importBackup()`
- `getMessageHtml()` #3671
- `miscGetStickerFolder` and `miscGetStickers` #3672
- breaking: jsonrpc: remove function `messageListGetMessageIds()`, it is replaced by `getMessageIds()` and `getMessageListItems()` the latter returns a new `MessageListItem` type, which is the now prefered way of using the message list.
- jsonrpc: add type: #3641, #3645
- `MessageSearchResult`