Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 462 Bytes

tgbot

C++ library for Telegram Bot API with generated API types and methods.

Features:

  • Bot API v7.5
  • Generated API structures and methods. No manual typing errors. Easily updatable for API changes.
  • C++23
  • Header only
  • License: MIT

Build

Using SW: https://software-network.org/

Download client, unpack, add to PATH.

Build: sw build

(Dev) Generate IDE project: sw generate

Dependencies: nlohmann.json.