Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoretto committed May 29, 2016
1 parent 3535488 commit 0ebd95c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,15 @@ and have interactions in a matter of minutes.

The Bot can:
- 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.
- handle commands in chat with other bots.
- manage Channel from the bot admin interface.
- full support for **inline bots**.
- inline keyboard.
- 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
Expand Down
2 changes: 1 addition & 1 deletion src/Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Telegram
*
* @var string
*/
protected $version = '0.32.0';
protected $version = '0.33.0';

/**
* Telegram API key
Expand Down

0 comments on commit 0ebd95c

Please sign in to comment.