import sticker packs from telegram, to be used at the Maunium sticker picker for Matrix
The result of current version of`getStickerSet` don't have `is_animated` and `is_video` field. Thus, the v0.3.3 version are failed to import any Telegram stickers due to the deserialisation of `result` failed (#46) . ```JSONC //Below is the current version of API result { "ok": true, "result": { "name": "GumLoveIs", "title": "LIHKG Lomore", "thumbnail": {}, "thumb": {}, "sticker_type": "regular", "contains_masks": false, "stickers": [] } } ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by cksit and has received 0 comments.