Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-07-27 | Fix build error | JellyBrick | |
2018-07-27 | Bot API 4.0 - Part 3 | JellyBrick | |
2018-07-27 | Fix missing include | JellyBrick | |
2018-07-27 | Bot API 4.0 - Part 2 | JellyBrick | |
2018-07-27 | Bot API 4.0 - Part 1 | JellyBrick | |
2018-07-23 | Refactor http clients, fix webhook server, add more samples, change tabs to ↵ | Oleg Morozenkov | |
4 spaces | |||
2018-07-04 | Remove string literal. | Egor Pugin | |
2018-07-04 | Implement CurlHttpClient. | Egor Pugin | |
2018-06-22 | Resolved #42 | JellyBrick | |
2018-06-22 | Fix typo (std::vector contains Object::Ptr) | JellyBrick | |
Thanks VSCode | |||
2018-06-22 | Fix typo | JellyBrick | |
2018-06-22 | Resolved #48, Bot API 3.0 implementation done. | JellyBrick | |
2018-06-12 | Use std::vector::reserve | JellyBrick | |
2018-06-08 | Fix compilation error | JellyBrick | |
2018-06-08 | Fix compilation error | JellyBrick | |
2018-06-08 | Performance optimization | JellyBrick | |
2018-05-29 | Fix build error (no matching function) | JellyBrick | |
2018-05-29 | Bot API 2.2 (Game) update | JellyBrick | |
2018-05-28 | Bot API 3.6 update | JellyBrick | |
2018-05-28 | Bot API 3.5 update | JellyBrick | |
2018-05-28 | Bot API 3.4 update | JellyBrick | |
2018-05-27 | Bot API 3.2 update | JellyBrick | |
2018-05-27 | Fix build error (cross-reference) | JellyBrick | |
2018-05-27 | Bot API 3.1 update | JellyBrick | |
2018-05-27 | Bot API 3.0 (Maks Mazurov (fox.cpp)) | JellyBrick | |
2017-08-15 | Bug Fix | JellyBrick | |
Fixed an error that caused a TgException if the message contained "<html>" | |||
2017-05-15 | Update docs | Oleg Morozenkov | |
2017-05-14 | Added deleteMessage method. | Maks UjGamer | |
2017-03-20 | add function download file | kukin-konstantin | |
2017-03-20 | fix errors | kukin-konstantin | |
2017-01-23 | Fix working with shared_ptr | ymuv | |
2017-01-16 | Little typo | asapelkin | |
Little typo fixed. "sendVideo" instead "sendVoice". | |||
2017-01-02 | add editMessage methods | kukin-konstantin | |
2016-12-30 | add leaveChat method | kukin-konstantin | |
2016-12-30 | Add getFile, edit kickChatMember, urbanChatMember | kukin-konstantin | |