Telegram Bot C++ Library
First off, thanks for taking the time to contribute!
You are welcome to contribute to this library by helping to support further Telegram Api Versions.
Please note we have a code of conduct, please follow it in all your interactions with the project.
The goal is to help the library designers ensure API consistency and up to date with the Telegram Api, and ease of use by providing a unified programming model for development. We recommend that you follow these design guidelines when developing objects and method that enhances tgbotxx library. Inconsistent library design adversely affects developer productivity and discourages adoption.
We're using .clang-format based on LLVM style rules to enforce a certail coding style, with 2 spaces indentation, and camelCase styling for both class member and methods. Please enable clang-format formatting in your workspace.