A C Telegram API library.
- libcurl
- yyjson
Note: This project is purely educational.
$ meson setup build
$ cd build
$ meson compile
$ ninja installYou can find some examples here.
Do you want to run an example?
$ cd build
$ ninja <EXAMPLE>
# to build the echobot:
$ ninja echobot