Compare commits

..

26 Commits
doc ... master

Author SHA1 Message Date
Hauke Zühl cbc8977d9d Fixed include 7 years ago
Hauke Zühl 30926d57ce Merge branch 'master' into develop 7 years ago
Hauke Zühl d6c9768779 Updated docs 7 years ago
Hauke Zühl 3d834c6d18 Added a simple Telegram client 7 years ago
Hauke Zühl 271f94cfb9 Updated HTML files 7 years ago
Hauke Zühl 0a8dbf0698 Hint to example01 added 7 years ago
Hauke Zühl 9911dd480d More docu 7 years ago
Hauke Zühl cca02f8bc8 Added path of examples to Doxyfile 7 years ago
Hauke Zühl 7ad9820779 Sending files by file name 7 years ago
Hauke Zühl 81a686fe29 Changed Doxyfile 7 years ago
Hauke Zühl f0887c5fa6 docs updated 7 years ago
Hauke Zühl fc91e260d2 Added get methods to User class 7 years ago
Hauke Zühl 14f40d257d Added include 7 years ago
Hauke Zühl b003811183 Added getMe 7 years ago
Hauke Zühl f109c19fb6 Returning message obj where it is needed 7 years ago
Hauke Zühl bcbf1e45ee apiRequestJson now returns Message 7 years ago
Hauke Zühl e9693a9f4d Updated docs 7 years ago
Hauke Zühl 08336037dd Added overloaded method for sending a photo 7 years ago
Hauke Zühl 268e4bccf1 Updated comment 7 years ago
Hauke Zühl ee7f2b7b28 Added comment 7 years ago
Hauke Zühl d6db3e71b7 Added sendPhoto 7 years ago
Hauke Zühl 49ced006d5 Merge branch 'doc' into develop 7 years ago
Hauke Zühl a2f1efdb47 Merge branch 'develop' 8 years ago
Hauke Zühl 9749a5577a Merge branch 'develop' 8 years ago
Hauke Zühl 1d4125cf6a Merge branch 'develop' 8 years ago
Hauke Zühl e8a72b3e02 Merge branch 'develop' 8 years ago
  1. 1
      README.md
  2. 2
      include/Telegram/TelegramBot.h

1
README.md

@ -7,6 +7,7 @@ To compile, you just need a C++-Compiler and CMake and some libraries:
* libstdc++-dev * libstdc++-dev
* libcurlpp-dev * libcurlpp-dev
* libjsoncpp-dev * libjsoncpp-dev
* libcurl4-openssl-dev (or similar)
and - of course - their dependencies. and - of course - their dependencies.

2
include/Telegram/TelegramBot.h

@ -4,7 +4,7 @@
#include <string> #include <string>
#include <map> #include <map>
#include <curl/curl.h> #include <curlpp/cURLpp.hpp>
#include <json/json.h> #include <json/json.h>
#include <Telegram/Message.h> #include <Telegram/Message.h>

Loading…
Cancel
Save