Skip to content

Commit

Permalink
Adds new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmodrey committed Jun 23, 2016
1 parent e4cab5d commit 61d3397
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,19 @@ bot.on(['/start', '/help', 'sticker'], msg => {
- **contact** – contact data
- **location** – location data
- **venue** – venue data
- **edited** – edited message
- **pinnedMessage** – message was pinned
- **userJoined** – new member was added
- **userLeft** – member was removed
- **newTitle** – new chat title
- **newPhoto** – new chat photo
- **deletePhoto** – chat photo was deleted
- **groupCreated** – group has been created
- **channelCreated** – channel has been created
- **supergroupCreated** – supergroup has been created
- **migrateTo** – group has been migrated to a supergroup
- **migrateFrom** – supergroup has been migrated from a group


*Read more about Telegram Bot API response types: https://core.telegram.org/bots/api#available-types*

Expand Down

0 comments on commit 61d3397

Please sign in to comment.