summaryrefslogtreecommitdiff
path: root/src/Bot.cpp
AgeCommit message (Expand)Author
2024-08-12set cURL as default http clientfadhil riyanto
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-17format: add missing headersAlexander Zaitsev
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