A minimal C Telegram API library.
- libcurl
- json-c
Note: This project is purely educational. It does not aim to cover the entire Telegram Bot API, but only a selected subset of methods.
$ 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 echobotSee types.md.
See methods.md.
sendAudiosendDocumentsendVideo