tgbot-cpp icon indicating copy to clipboard operation
tgbot-cpp copied to clipboard

C++ library for Telegram bot API

Results 79 tgbot-cpp issues
Sort by recently updated
recently updated
newest added

I am using the InlineReplyKeyboard and [Google Protobuf](https://developers.google.com/protocol-buffers/) to store the callback data. My code looks like this: ``` InlineKeyboardMarkup::Ptr keyboard(new InlineKeyboardMarkup); std::vector keyButtons; InlineKeyboardButton::Ptr btnYes(new InlineKeyboardButton); btnYes->text = "Yes";...

bug
in TgTypeParser

std::string question = "1\n2\n3\n4\n5"; std::vector options = {"False", "0", "1", "This\ncode\nhas\nan\nerror"}; ![FullSizeRender](https://user-images.githubusercontent.com/7579415/191292159-10c25212-10da-4ca0-a3ac-0462ba9bd584.jpg)

curl error: SSL certificate problem: self signed certificate in certificate chain Got this error on your echo example. wtf?

Dear TgBot authors, greetings, Here is a feedback from using TgBot in a production workload. Once in every few hours I get timeout of the http resuest, like this: ```...

Hello sir, I have problem with onAnyMessage, when I run, It always get old message first, any way to prevent this

I am not that familiar with CMake but I managed to add rudimental support to include tgbot-cpp into another CMake project with `find_package(TgBot REQUIRED)` However, with the current changes including...

Hi guys! Someone can help me install this repository to xcode or clion macOS Ventura and higher. I would be very greatful.

I was trying to run examples at tgbot-cpp/samples/echobot/src/main.cpp and tgbot-cpp/samples/echobot-curl-client/src/main.cpp. In both cases i got an exception "read access violation. this was 0xFFFFFFFFFFFFFFBF." in a file "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xhash"....