2 A simple Telegram Bot C++ library
6 To compile, you just need a C++-Compiler and CMake and some libraries:
11 and - of course - their dependencies.
13 To compile and install the lib:
21 To use the library, you need:
25 You can use example01.cc to
start your own bot or CGI script.
27 Do not forget to send your web hook URL to Telegram
's API network,
28 otherwise, you cannot send commands to your bot.
30 In case you build a CGI script, do not forget to add a valid
31 certificate to your web server, because your bot is only called via
std::string start(Telegram::TelegramBot *tg, Telegram::TCommandLine args)