Skip to content

Commit a29336e

Browse files
committed
Readme
1 parent e1b605b commit a29336e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@ and have interactions in a matter of minutes.
6666

6767
The Bot can:
6868
- 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).
7070
- supports supergroups.
7171
- handle commands in chat with other bots.
7272
- manage Channel from the bot admin interface.
73-
- full support for **inline bots**. (**new!**)
73+
- full support for **inline bots**.
74+
- inline keyboard.
7475
- Messages, InlineQuery and ChosenInlineQuery are stored in the Database.
7576
- Conversation feature (**new!**)
7677

@@ -451,7 +452,8 @@ $telegram->setCommandConfig('date', ['google_api_key' => 'your_google_api_key_he
451452
Enabling this feature, the admin bot can perform some super user commands like:
452453
- Send message to all chats */sendtoall*
453454
- 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!)
455457

456458
#### Set Admins
457459

0 commit comments

Comments
 (0)