Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-12 | Parameterizing the number of retries and backoff duration for ↵ | Dmitry Mikushin | |
HttpClient.makeRequest | |||
2023-02-11 | Repeat the http request on fail, do not crash with an exception. This is a ↵ | Dmitry Mikushin | |
better design, because Telegram end point sometimes may not respond | |||
2023-01-02 | Update to Bot API 6.4 | llnulldisk | |
2022-11-17 | Add missing args in webhooks operations | Eugene Lykov | |
2022-11-05 | Update to Bot API 6.3 | llnulldisk | |
2022-10-23 | Pass strings not as references with boost::variant (#237) | llnulldisk | |
2022-10-05 | Escape poll options (#128) | llnulldisk | |
2022-10-05 | sendPoll: update default value (#234) | llnulldisk | |
2022-09-20 | Fix #230 | llnulldisk | |
2022-09-20 | Add function to check if bot is blocked by user | llnulldisk | |
2022-09-20 | Update API methods | llnulldisk | |
2022-09-14 | Update API | llnulldisk | |
2022-09-11 | Update to API 6.2 | llnulldisk | |
2022-09-11 | Update to API 6.1 | llnulldisk | |
2022-09-11 | Update to API 6.0 | llnulldisk | |
2022-09-09 | Update to API 5.7 | llnulldisk | |
2022-09-09 | Update to API 5.6 | llnulldisk | |
2022-09-04 | Update to API 5.5 | llnulldisk | |
2022-09-04 | Update to API 5.4 | llnulldisk | |
2022-09-04 | Update to API 5.3 | llnulldisk | |
2022-09-04 | Update to API 5.2 | llnulldisk | |
2022-09-04 | Optimise backward compatibility | llnulldisk | |
2022-09-04 | Update to API 5.1 | llnulldisk | |
2022-09-03 | Update to API 5.0 | llnulldisk | |
2022-08-31 | Add Telegram Passport | llnulldisk | |
2022-08-31 | Fix #192 | llnulldisk | |
2022-08-30 | Restore the order of parameters in sendMessage | llnulldisk | |
2022-08-30 | Update to API 4.8 | llnulldisk | |
2022-08-30 | Sort api methods | llnulldisk | |
2022-08-30 | Rework Bot API 4.7 | llnulldisk | |
2022-08-30 | Update to API 4.7 | llnulldisk | |
2022-08-29 | Update to API 4.6 | llnulldisk | |
2022-08-29 | Update to API 4.5 | llnulldisk | |
2021-12-03 | migrate(user-id): from 32-bit integer to 64-bit integer | JellyBrick | |
fix #187, fix #186, fix #181 | |||
2021-07-11 | Channels support | Daniel Demidko | |
2020-11-08 | Add support to configure the API bot server url | Nuno Esculcas | |
Now creating the bot class it is possible to override the API bot server url that defaults to: 'https://api.telegram.org' This enables you to connect your bot to the local API bot server. | |||
2020-05-25 | * add SetMyCommand to the api | sebest | |
2020-03-22 | Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp | Egor Pugin | |
2020-03-22 | Fix header order. | Egor Pugin | |
2020-03-17 | format: add missing headers | Alexander Zaitsev | |
- add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build | |||
2020-03-14 | Fix #127, #128 & Code quality improvements | jellybrick | |
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'. | |||
2020-03-13 | fix: use C++ fixed-width types instead of C types | Alexander Zaitsev | |
- C++ standard doesn't guarantee that C-types without std namespace are available in global namespace. So the proper solution (since it's C++ library) is using C++ types instead of C Tested: - Local build - By unit-tests | |||
2019-12-05 | Combile all licenses in LICENSE. Fix Dockerfile_test | Oleg Morozenkov | |
2019-12-05 | Merge branch 'master' into nitanmarcel/api_update_pr | Oleg Morozenkov | |
2019-11-20 | API 4.4 | nitanmarcel | |
2019-11-19 | API 4.2 | nitanmarcel | |
2019-11-12 | update api addStickerToSet: remove title | YJBeetle | |
https://core.telegram.org/bots/api#addstickertoset | |||
2019-11-12 | update api and fix | YJBeetle | |
https://core.telegram.org/bots/api#deletestickerfromset | |||
2018-07-27 | Fix 'default argument missing' | JellyBrick | |
2018-07-27 | Bot API 4.0 - Part 4 | JellyBrick | |