tgbot-cpp
tgbot-cpp copied to clipboard
C++ library for Telegram bot API
I got segmentation fault on my android device, i have installed all depencies. `Linux localhost 3.18.71-perf-g5c5b6e3 #1 SMP PREEMPT Tue Nov 5 23:37:25 WIB 2019 aarch64 Android`
Ubuntu 18.04 Application crashing after 1-3 minutes of normal work. terminate called after throwing an instance of 'boost::exception_detail::clone_impl' what(): resolve: Host not found (authoritative)
Wasn't sure where to post this about this issue but here it is. I'm aware that I can specify Boost's lib directory in VS properties but it doesn't seem to...
In export.h the part ``` #ifndef TGBOT_API #define TGBOT_API #endif ``` should be ``` #ifndef TGBOT_API #ifdef _MSC_VER #ifdef TGBOT_DLL #ifdef TgBot_EXPORTS #define TGBOT_API __declspec(dllexport) #else #define TGBOT_API __declspec(dllimport) #endif...
from @enhanceyourlifeimmediately: ``` Building for Windows: 0. If you're doing Windows dev and not using vcpkg, start using it! : cpp https://www.reddit.com/r/cpp/comments/5ud9sr/if_youre_doing_windows_dev_and_not_using_vcpkg/ 1. Vcpkg tutorial - Install C and C++...
I was taking user inputs as poll option, and err `Bad Request: can't parse options JSON object` props whenever user inputs contains `""`
Hi, the bot works great until I add it to a group. It stops answering without any crashes or error. Delete the bot and create a new one made it...
Hi I'm kinda new to using C++ and Cmake but I've been having problems with simply running the sample bots.. I'm running on Mac so I suspect it has to...
Would be fine introduce CI for Windows. I think Appeveyor would be a good choice.
My bot catches exception during `longPoll.start()` call saying `Forbidden: user blocked` (or something like this). I need to know which user has blocked my bot to disable my service subscription...