A minimal C Telegram API Framework.
- 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.
Linux
$ meson setup build
$ cd build
$ meson compile
$ meson installWindows
Install all the required library with vcpkg and then copy the DLL file.
$ meson setup build --native-file meson-vcpkg.txt
$ cd build
$ meson compile
$ meson installYou can find some examples here.
- InlineKeyboardMarkup
- Note: Standard
KeyboardMarkupis intentionally not supported.
- Note: Standard
getMesendMessageeditMessageTextsendDice
sendPhotosendAudiosendDocumentsendVideo