Nulldisk

Results 19 comments of Nulldisk

Added with https://github.com/reo7sp/tgbot-cpp/commit/edb32270990eb194459622701ebba1b64192303c

The `"` in `�����" FF Karlshorst43774906` is not escaped and causes a problem. Actually, the problem can also occur with all other api functions with invalid strings. Does anyone have...

The BotCommand is now added to the library

Renamed with [76a3626](https://github.com/reo7sp/tgbot-cpp/commit/76a362631705d9adcc2709e6d8f9b327112ae306)

Just now, 3 variations spontaneously come to my mind. The first would be to make your own derived class and handle the error that way. Like you did it. Or...

Hello, what exactly do you mean? A user writes several messages while the bot is offline. Then the bot is started and the messages are received from old to new...

This shouldn't happen. Do you have any example code to reproduce this problem?

Are you trying to run the echobot-webhook-server? The normal echobot works with SSL so far. Maybe it helps if you update your certificates. Try installing the ca-certificates package or updating...

Sorry, I still wanted to answer here. Yes, the question text is limited to a maximum of 3 lines by Telegram. In addition, you cannot force a line break with...

Hello fernandreu, Sorry, I see I never actually answered you here :D In my opinion, the issue is now resolved. The error with the MessageBox buttons is my fault, because...