quick modification for telegram library example to act like a simple chat bot
|
před 6 roky | |
---|---|---|
README.md | před 6 roky | |
td_example.cpp | před 6 roky |
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.