File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,12 @@ and have interactions in a matter of minutes.
66
66
67
67
The Bot can:
68
68
- retrieve updates with webhook and getUpdate methods.
69
- - supports all types and methods according to Telegram API (20 January 2016).
69
+ - supports all types and methods according to Telegram API (9 April 2016).
70
70
- supports supergroups.
71
71
- handle commands in chat with other bots.
72
72
- manage Channel from the bot admin interface.
73
- - full support for ** inline bots** . (** new!** )
73
+ - full support for ** inline bots** .
74
+ - inline keyboard.
74
75
- Messages, InlineQuery and ChosenInlineQuery are stored in the Database.
75
76
- Conversation feature (** new!** )
76
77
@@ -451,7 +452,8 @@ $telegram->setCommandConfig('date', ['google_api_key' => 'your_google_api_key_he
451
452
Enabling this feature, the admin bot can perform some super user commands like:
452
453
- Send message to all chats * /sendtoall*
453
454
- List all the chats started with the bot * /chats*
454
- - Post any content to your channels * /sendtochannel* (NEW! see below how to configure it)
455
+ - Post any content to your channels * /sendtochannel*
456
+ - inspect a user or a chat wiht * /whois* (new!)
455
457
456
458
#### Set Admins
457
459
You can’t perform that action at this time.
0 commit comments