Skip to content

Commit 0ebd95c

Browse files
committed
preparing release
1 parent 3535488 commit 0ebd95c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,15 @@ and have interactions in a matter of minutes.
6767

6868
The Bot can:
6969
- retrieve updates with webhook and getUpdate methods.
70-
- supports all types and methods according to Telegram API (6 May 2016).
70+
- supports all types and methods according to Telegram API (25 May 2016).
7171
- supports supergroups.
7272
- handle commands in chat with other bots.
7373
- manage Channel from the bot admin interface.
7474
- full support for **inline bots**.
7575
- inline keyboard.
7676
- Messages, InlineQuery and ChosenInlineQuery are stored in the Database.
77-
- Conversation feature (**new!**)
77+
- *Botan.io* integration and database cache system. (**new!**)
78+
- Conversation feature
7879

7980
-----
8081
This code is available on

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Telegram
3030
*
3131
* @var string
3232
*/
33-
protected $version = '0.32.0';
33+
protected $version = '0.33.0';
3434

3535
/**
3636
* Telegram API key

0 commit comments

Comments
 (0)