Skip to content

Commit

Permalink
Update Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
eternnoir committed Jul 3, 2015
1 parent cff3f77 commit ae372e1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ tb.send_chat_action(chat_id, action_string)

# Use the ReplyKeyboardMarkup class.
# Thanks pevdh.

from telebot import types

markup = types.ReplyKeyboardMarkup()
Expand Down Expand Up @@ -166,6 +165,13 @@ while True: # Don't let the main Thread end.
* sticker
* video
* location
* contact
* new_chat_participant
* left_chat_participant
* new_chat_title
* new_chat_photo
* delete_chat_photo
* group_chat_created
* That's it!

### The decorator mechanism
Expand Down Expand Up @@ -223,4 +229,4 @@ Use whichever mechanism fits your purpose! It is even possible to mix and match.
- [x] sendLocation
- [x] sendChatAction
- [x] getUserProfilePhotos
- [ ] getUpdate(chat message not yet)
- [x] getUpdate

0 comments on commit ae372e1

Please sign in to comment.