File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,15 @@ and have interactions in a matter of minutes.
67
67
68
68
The Bot can:
69
69
- 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).
71
71
- supports supergroups.
72
72
- handle commands in chat with other bots.
73
73
- manage Channel from the bot admin interface.
74
74
- full support for ** inline bots** .
75
75
- inline keyboard.
76
76
- 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
78
79
79
80
-----
80
81
This code is available on
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Telegram
30
30
*
31
31
* @var string
32
32
*/
33
- protected $ version = '0.32 .0 ' ;
33
+ protected $ version = '0.33 .0 ' ;
34
34
35
35
/**
36
36
* Telegram API key
You can’t perform that action at this time.
0 commit comments