Skip to content

Commit

Permalink
bot api 5.3 badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeghi committed Jul 31, 2021
1 parent 71c9bc4 commit a903959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Asynchronous PHP Telegram Bot Framework built on top of [ReactPHP](https://reactphp.org/)

[![Bot API](https://img.shields.io/badge/Bot%20API-5.3%20(November%202020)-blue)](https://core.telegram.org/bots/api)
[![Bot API](https://img.shields.io/badge/Bot%20API-5.3%20(June%202021)-blue)](https://core.telegram.org/bots/api)
[![PHP](https://img.shields.io/badge/PHP-%3E%3D7.3-blue)](https://www.php.net/)
[![Build Status](https://travis-ci.org/badfarm/zanzara.svg?branch=master)](https://travis-ci.org/badfarm/zanzara)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/badfarm/zanzara/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/badfarm/zanzara/?branch=develop)
Expand All @@ -20,7 +20,7 @@ Asynchronous PHP Telegram Bot Framework built on top of [ReactPHP](https://react
* Based on [ReactPHP](https://reactphp.org/) asynchronous non-blocking I/O model
* Scheduled functions/timers provided by ReactPHP
* Bulk message sending (no more 429 annoying errors)
* Full [Telegram Bot Api 5.3](https://core.telegram.org/bots/api) support (November 2020)
* Full [Telegram Bot Api 5.3](https://core.telegram.org/bots/api) support (June 2021)

### Installation
```
Expand Down

0 comments on commit a903959

Please sign in to comment.