quick modification for telegram library example to act like a simple chat bot

namark 397ce78099 Fixed calculator chocking on invalid symbols, 6 years ago
README.md 80ec327964 Minor typo fix. 6 years ago
td_example.cpp 397ce78099 Fixed calculator chocking on invalid symbols, 6 years ago

README.md

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.