tgbot-cpp
tgbot-cpp copied to clipboard
Migrate TgTypeParser to template and jsoncpp
- The before implementation had some bugs, like createNewStickerSet failing due to invalid JSON. This converts the code to jsoncpp, removing manual string concatation.
- Have to check if everything works out
- Other misc improvements