quick modification for telegram library example to act like a simple chat bot
|
6 years ago | |
---|---|---|
README.md | 6 years ago | |
td_example.cpp | 6 years ago |
It's just a modified version of the cpp example from td library, so I have no idea how to build this, save for replacing the example file and following build instructions there. You'll need libsimple_support installed somewhere in the include path or next to td_example.cpp make install INCDIR=path/to/td/example/cpp
, and compile with c++17 standard.