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 can i send messages with timer? When i try this code: > ``` > try { > printf("Bot username: %s\n", bot.getApi().getMe()->username.c_str()); > TgBot::TgLongPoll longPoll(bot); > while (true) { >...

Is there any plan to support bot api 8.2 or 9.2? Thank you! 😁😁 @llnulldisk

The Telegram Bot API has a 20MB limit for file transfers. This project focuses on the Bot API, not a full Telegram client. Would it be feasible to support using...

`PS C:\Users\СтудентШС> > .\vcpkg\vcpkg install tgbot-cpp:x64-windows > : Имя ">" не распознано как имя командлета, функции, файла сценария или выполняемой программы. Проверьте правильность написания имени, а также наличие и правильность...

This PR is an example approach how to make optional fields of a secondary type classes really optional. I wrapped optional fields with boost::optional, right now only in LinkPreviewOptions, ReplyParameters...

## What was done? Added handling of two types of Telegram Bot API events: - **message_reaction** - the update represents a change of a reaction on a message performed by...

I read the codes It was amazing! however there are some issues with typeparser and since I can't add branch in this repo I decided to explain issue in this...

look at the code is InlineQueryResult.cpp ``` const std::string InlineQueryResultCachedAudio::TYPE = "audio"; const std::string InlineQueryResultCachedDocument::TYPE = "document"; const std::string InlineQueryResultCachedGif::TYPE = "gif"; const std::string InlineQueryResultCachedMpeg4Gif::TYPE = "mpeg4_gif"; const std::string InlineQueryResultCachedPhoto::TYPE...

I can't compile "echobot" example ### Build log ``` C:\Windows\system32\cmd.exe /C "cd . && "G:\Programs\Windows\CLion 2025.1.1\bin\mingw\bin\g++.exe" -Wall -g CMakeFiles/Mux.dir/src/main.cpp.obj -o Mux.exe -Wl,--out-implib,libMux.dll.a -Wl,--major-image-version,0,--minor-image-version,0 G:/Programs/vcpkg/installed/x64-windows/lib/TgBot.lib -lgdi32 -lwsock32 -lws2_32 G:/Programs/vcpkg/installed/x64-windows/debug/lib/libssl.lib G:/Programs/vcpkg/installed/x64-windows/debug/lib/libcrypto.lib G:/Programs/vcpkg/installed/x64-windows/debug/lib/boost_system-vc143-mt-gd-x64-1_88.lib...

Using this keyboard as in examples sometimes I get something other than what I write in the buttons, sometimes a random offer to send a phone number or geolocation may...