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

C++ library for Telegram bot API

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

How i can do that? Can't figure out how to pass file path into InputMediaPhoto::Ptr ;(

По обозначенной ранее проблеме с проблемой подтверждения платежа https://github.com/reo7sp/tgbot-cpp/discussions/265 В файле TgTypeParser.cpp указал значения по умолчанию при парсинге Property Tree, местами они были пропущены, ну и явно указал типы, там...

There was some problem with longpoll which caused segfault or the thread to just be locked, not receiving/posting any requests like in [this Issue](https://github.com/reo7sp/tgbot-cpp/issues/258) I tried to do the most...

Everytime i try to statically compile a program with tgbot (using vcpkg and Visual Studio 2019 v142 tools) i get an error thats just saying `TgBot.lib(Api.cpp.obj) : error LNK2001: unresolved...

Hi! please help me to use this method: what may i insert unstead of WEBHOOK_URL? i tried "https://api.telegram.org/", "https://api.telegram.org" - that does not works :( my bot just keeps silence....

Guys, I'm stuck. I don't receive any message. Why? Please help. #include #include #include "config.h" #include "logger.h" namespace broker { class telegram_bot { public: TgBot::Bot bot; telegram_bot() : bot(config::telegram_bot.token) {...

Hello! It's me again! I wrote a bot using the api but it turned out to be bugged; The issue is that the bot sending one message rapidly to specific...

I am using the version v1.7.1 and I want to use the Telegram server "192.168.1.135:8082" where my server made with tdlib/telegram-bot-api (version 6.7.1) is hosted right now. I am currently...

Haven't used this tool for a long time. After a while, I decided to start my bot again and faced an almost instant crash of the program 5 seconds after...

https://github.com/reo7sp/tgbot-cpp/blob/9343618bdea96942c86fa8fc927a28f2885550af/src/Api.cpp#L1894 If the value is `0`, `get` will throw, if the value is `""`, `get` will throw