summaryrefslogtreecommitdiff
path: root/include/tgbot/Bot.h
AgeCommit message (Expand)Author
2024-08-10re-order TgBot::Bot class parameterfadhil riyanto
2020-11-08Add support to configure the API bot server urlNuno Esculcas
2020-03-22Move method to source file. Put include with boost asio at the first place, b...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-14Add missing header.Egor Pugin
2020-03-14Store Bot::_eventBroadcaster in unique ptr. Fixes #131.Egor Pugin
2020-03-13Initial support for shared builds.Egor Pugin
2019-12-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2018-07-23Refactor http clients, fix webhook server, add more samples, change tabs to 4...Oleg Morozenkov
2018-07-04Remove string literal.Egor Pugin
2018-07-04Implement CurlHttpClient.Egor Pugin
2018-05-29Added @brief to the Doxygen comment.JellyBrick
2015-08-11Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixesOleg Morozenkov
2015-07-27DocumentationOleg Morozenkov