From ae372e1a3ed08d5c822ac5b9942fd47f3789dae5 Mon Sep 17 00:00:00 2001 From: eternnoir Date: Fri, 3 Jul 2015 10:26:03 +0800 Subject: [PATCH] Update Readme. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4166581..268ea0c 100644 --- a/README.md +++ b/README.md @@ -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() @@ -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 @@ -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