summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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
2022-06-04remove extra ;dan4ik
2021-12-28Remove unused parameter name to avoid unused-parameteredisonhello
2021-12-09Add is_automatic_forward property to Message objectTindy X
2021-12-03migrate(user-id): from 32-bit integer to 64-bit integerJellyBrick
fix #187, fix #186, fix #181
2021-07-25fix(TgWebhookServer): `_path` will be initialized after `_eventHandler`JellyBrick
2021-07-14Added declare sendMessageKirill Danilchuk
2020-11-10Merge pull request #157 from nesc1/customizeServerUrlOleg Morozenkov
Add support to configure the API bot server url
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-11-08Update include/tgbot/TgTypeParser.hnesc1
Co-authored-by: JellyBrick <shlee1503@naver.com>
2020-10-29Update include/tgbot/TgTypeParser.hnesc1
Co-authored-by: JellyBrick <shlee1503@naver.com>
2020-10-22Fix appendToJson function when value is a const char*Nuno.Esculcas
2020-08-23appendToJson fix quotes for char* valuespuh
2020-05-25* add SetMyCommand to the apisebest
2020-05-02Fix mistake FOX and reorder EXPORT/IMPORTTransporter
2020-04-30Indentations and GCC attribute addedTransporter
2020-04-30Fix issure #138: DLL export failsTransporter
2020-04-03Add missing export.h.Egor Pugin
2020-03-30Add missing TGBOT_API.Egor Pugin
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-22Remove unused include.Egor Pugin
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-14Move Bot ctor in its own file.Egor Pugin
2020-03-14Add export header.Egor Pugin
2020-03-14Improve include order. Add some forward decls.Egor Pugin
2020-03-14Add missing header.Egor Pugin
2020-03-14Merge pull request #133 from JellyBrick/masterEgor Pugin
Fix #127, #128 & Code quality improvements
2020-03-14Store Bot::_eventBroadcaster in unique ptr. Fixes #131.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-13Initial support for shared builds.Egor Pugin
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
2020-03-13Fix too big timeout in long poller.Egor Pugin
Make it 10 seconds instead of 60. Old timeout made bots irresponsible.
2019-12-05Update doxygen main pageOleg Morozenkov
2019-12-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2019-12-05Merge branch 'master' into nitanmarcel/api_update_prOleg Morozenkov
2019-12-05Apply @JellyBrick fixesOleg Morozenkov
2019-11-20API 4.4nitanmarcel
2019-11-19API 4.3nitanmarcel
2019-11-19API 4.2nitanmarcel
2019-11-19Fix InlineQueryResult parse bugYJBeetle
2019-11-12update api addStickerToSet: remove titleYJBeetle
https://core.telegram.org/bots/api#addstickertoset
2019-11-12update api and fixYJBeetle
https://core.telegram.org/bots/api#deletestickerfromset
2019-11-12fix #113 InlineQueryResult json parse bugYJBeetle
2019-03-01Fix #57 #92JellyBrick