Commit 0ebd95c4 authored by MBoretto's avatar MBoretto

preparing release

parent 35354886
...@@ -67,14 +67,15 @@ and have interactions in a matter of minutes. ...@@ -67,14 +67,15 @@ and have interactions in a matter of minutes.
The Bot can: The Bot can:
- retrieve updates with webhook and getUpdate methods. - retrieve updates with webhook and getUpdate methods.
- supports all types and methods according to Telegram API (6 May 2016). - supports all types and methods according to Telegram API (25 May 2016).
- supports supergroups. - supports supergroups.
- handle commands in chat with other bots. - handle commands in chat with other bots.
- manage Channel from the bot admin interface. - manage Channel from the bot admin interface.
- full support for **inline bots**. - full support for **inline bots**.
- inline keyboard. - inline keyboard.
- Messages, InlineQuery and ChosenInlineQuery are stored in the Database. - Messages, InlineQuery and ChosenInlineQuery are stored in the Database.
- Conversation feature (**new!**) - *Botan.io* integration and database cache system. (**new!**)
- Conversation feature
----- -----
This code is available on This code is available on
......
...@@ -30,7 +30,7 @@ class Telegram ...@@ -30,7 +30,7 @@ class Telegram
* *
* @var string * @var string
*/ */
protected $version = '0.32.0'; protected $version = '0.33.0';
/** /**
* Telegram API key * Telegram API key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment