summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-09-04Update to API 5.3llnulldisk
2022-09-04Update to API 5.2llnulldisk
2022-09-04Optimise backward compatibilityllnulldisk
2022-09-04Update to API 5.1llnulldisk
2022-09-03Update to API 5.0llnulldisk
2022-08-31Add Telegram Passportllnulldisk
2022-08-31Fix #192llnulldisk
2022-08-30Restore the order of parameters in sendMessagellnulldisk
2022-08-30Update to API 4.9llnulldisk
2022-08-30Update to API 4.8llnulldisk
2022-08-30Sort api methodsllnulldisk
2022-08-30Rework Bot API 4.7llnulldisk
2022-08-30Update to API 4.7llnulldisk
2022-08-29Update to API 4.6llnulldisk
2022-08-29Update to API 4.5llnulldisk
2021-12-09Add is_automatic_forward property to Message objectTindy X
2021-12-04Merge pull request #185 from dmikushin/channelPostOleg Morozenkov
Handle channelPost similarly to a direct message
2021-12-03fix(HttpParser/CurlHttpClient): fix typoJellyBrick
2021-12-03migrate(user-id): from 32-bit integer to 64-bit integerJellyBrick
fix #187, fix #186, fix #181
2021-11-12Handle channelPost similarly to a direct messageDmitry Mikushin
2021-07-11Channels supportDaniel Demidko
2021-04-05Merge branch 'FixTimeoutIssuesDuringNetworkDowntime_Curl'Mathias Schnarrenberger
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for curl.Mathias Schnarrenberger
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for boost. Changed ↵Mathias Schnarrenberger
timeout to 20s compared to issue. Works at least for me.
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/162Mathias Schnarrenberger
2020-11-08Add support to configure the API bot server urlNuno 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 apisebest
2020-03-22Move method to source file. Put include with boost asio at the first place, ↵Egor Pugin
because otherwise it is compiler error somewhere in files related to include order.
2020-03-22Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cppEgor Pugin
2020-03-22Fix header order.Egor Pugin
2020-03-17format: add missing headersAlexander Zaitsev
- add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build
2020-03-15Remove workaround.Egor Pugin
2020-03-15Use make_unique if C++14 and above is available. Kudos to @JellyBrick.Egor Pugin
2020-03-14Init unique_ptr in C++11 style.Egor Pugin
2020-03-14Move Bot ctor in its own file.Egor Pugin
2020-03-14Improve include order. Add some forward decls.Egor Pugin
2020-03-14Fix #127, #128 & Code quality improvementsjellybrick
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'.
2020-03-13fix: use std::size_t instead of size_tAlexander Zaitsev
- use C++ size_t from std namespace instead of a version from global namespace Tested: - Local build - Unit-tests
2020-03-13fix: use C++ fixed-width types instead of C typesAlexander 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-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2019-12-05Merge branch 'master' into nitanmarcel/api_update_prOleg Morozenkov
2019-12-05Merge pull request #95 from Gravechapa/masterOleg Morozenkov
Fix curl client issue #84
2019-11-29fix: answerInlineQuery BUTTON_TYPE_INVALID errorYJBeetle
https://core.telegram.org/bots/api#inlinekeyboardbutton pay: NOTE: This type of button must always be the first button in the first row.
2019-11-20API 4.4nitanmarcel
2019-11-19API V4.3 fixnitanmarcel
2019-11-19API 4.3nitanmarcel
2019-11-19API 4.2nitanmarcel
2019-11-19Fix InlineQueryResult parse bugYJBeetle
2019-11-12update api: Inline result type remove "cached_"俞亦键
https://core.telegram.org/bots/api#inlinequeryresult
2019-11-12update api addStickerToSet: remove titleYJBeetle
https://core.telegram.org/bots/api#addstickertoset