Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 1a8b43b

Browse files
committed
Do not forget to update README
1 parent 5d1da67 commit 1a8b43b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
[![Code Coverage](https://scrutinizer-ci.com/g/unreal4u/telegram-api/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/unreal4u/telegram-api/?branch=master)
1010
[![License](https://poser.pugx.org/unreal4u/telegram-api/license)](https://packagist.org/packages/unreal4u/telegram-api)
1111

12-
This is a PHP7 bot API implementation for Telegram implementing the **totality** of [Bot API up until v3.3](https://core.telegram.org/bots/api-changelog#august-23-2017)
12+
This is a PHP7 bot API implementation for Telegram implementing the **totality** of [Bot API up until v3.4](https://core.telegram.org/bots/api#october-11-2017)
1313

1414
### About this class
1515

1616
* Enables you to anything supported by the Telegram Bot API: messages, stickers, location, inline bots and any other supported method via PHP to a Telegram user (either direct conversation, channel, group or supergroup).
1717
* Respects and implements the default types and methods made by Telegram itself. Have any doubts about any method? [Just check the original documentation](https://core.telegram.org/bots/api), this implementation will not differ too much.
18-
* Doesn't need any dependency, except for Guzzle, which you can inyect if you already use it elsewhere.
18+
* Doesn't need any dependency, except for Guzzle, which you can inject if you already use it elsewhere.
1919
* **Full** inline bots support.
2020
* **Full** support for payment system.
2121

@@ -37,7 +37,7 @@ The preferred (and only for now) installation method is Composer, so add the fol
3737
```json
3838
{
3939
"require": {
40-
"unreal4u/telegram-api": "~2.6"
40+
"unreal4u/telegram-api": "~2.8"
4141
}
4242
}
4343
```

0 commit comments

Comments
 (0)