Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoretto committed Apr 19, 2016
1 parent e1b605b commit a29336e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ 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 (20 January 2016).
- supports all types and methods according to Telegram API (9 April 2016).
- supports supergroups.
- handle commands in chat with other bots.
- manage Channel from the bot admin interface.
- full support for **inline bots**. (**new!**)
- full support for **inline bots**.
- inline keyboard.
- Messages, InlineQuery and ChosenInlineQuery are stored in the Database.
- Conversation feature (**new!**)

Expand Down Expand Up @@ -451,7 +452,8 @@ $telegram->setCommandConfig('date', ['google_api_key' => 'your_google_api_key_he
Enabling this feature, the admin bot can perform some super user commands like:
- Send message to all chats */sendtoall*
- List all the chats started with the bot */chats*
- Post any content to your channels */sendtochannel* (NEW! see below how to configure it)
- Post any content to your channels */sendtochannel*
- inspect a user or a chat wiht */whois* (new!)

This comment has been minimized.

Copy link
@noplanman

noplanman Apr 25, 2016

Member

Correction:
- Inspect a user or a chat with */whois* (**new!**)

In general for all list items, either they all start with a capital letter or not.


#### Set Admins

Expand Down

1 comment on commit a29336e

@Recouse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

Please sign in to comment.