Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baderouaich authored Oct 2, 2023
1 parent 309867b commit 8da27a7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,24 @@
>
> this library is still under development.
>
![](https://geps.dev/progress/60)
![](https://geps.dev/progress/70)

[![MIT License](https://img.shields.io/badge/license-MIT-yellow)](https://github.com/baderouaich/tgbotxx/blob/master/LICENSE)
[![Linux build](https://github.com/baderouaich/tgbotxx/workflows/build-ubuntu/badge.svg)](https://github.com/baderouaich/tgbotxx/actions?workflow=build)
[![Windows build](https://github.com/baderouaich/tgbotxx/workflows/build-windows/badge.svg)](https://github.com/baderouaich/tgbotxx/actions?workflow=build)
[![MIT License](https://img.shields.io/badge/license-MIT-yellow)](https://github.com/baderouaich/tgbotxx/blob/main/LICENSE)
[![Docs](https://codedocs.xyz/doxygen/doxygen.svg)](https://baderouaich.github.io/tgbotxx)
[![Language](https://img.shields.io/badge/C++-20-blue.svg?style=flat&logo=c%2B%2B)](https://img.shields.io/badge/C++-20-blue.svg?style=flat&logo=c%2B%2B)

# tgbotxx
Telegram Bot C++ Library

Compatible with Telegram [Bot API 6.9 (September 22, 2023)](https://core.telegram.org/bots/api-changelog)

## Continuous Integration Build Status
| Operating system | Build status |
| ---------------- | ------------------ |
| Ubuntu (x64) | [![Ubuntu](https://img.shields.io/github/actions/workflow/status/baderouaich/tgbotxx/build-ubuntu.yml?branch=main)](https://github.com/baderouaich/tgbotxx/actions/workflows/build-ubuntu.yml) |
| Windows (x64) | [![Windows](https://img.shields.io/github/actions/workflow/status/baderouaich/tgbotxx/build-windows.yml?branch=main)](https://github.com/baderouaich/tgbotxx/actions/workflows/build-windows.yml) |
| macOS | [![macOS](https://img.shields.io/github/actions/workflow/status/baderouaich/tgbotxx/build-macos.yml?branch=main)](https://github.com/baderouaich/tgbotxx/actions/workflows/build-macos.yml)

### Example
see [examples](examples/) for more samples:
```cpp
Expand Down Expand Up @@ -215,7 +221,6 @@ target_link_libraries(${PROJECT_NAME} PUBLIC tgbotxx) # <-- link with tgbotxx

</details>


### Ref:
[Telegram Api Documentation](https://core.telegram.org/bots/api)

Expand Down

0 comments on commit 8da27a7

Please sign in to comment.