mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update Readme.
This commit is contained in:
parent
cff3f778bf
commit
ae372e1a3e
10
README.md
10
README.md
@ -112,7 +112,6 @@ tb.send_chat_action(chat_id, action_string)
|
|||||||
|
|
||||||
# Use the ReplyKeyboardMarkup class.
|
# Use the ReplyKeyboardMarkup class.
|
||||||
# Thanks pevdh.
|
# Thanks pevdh.
|
||||||
|
|
||||||
from telebot import types
|
from telebot import types
|
||||||
|
|
||||||
markup = types.ReplyKeyboardMarkup()
|
markup = types.ReplyKeyboardMarkup()
|
||||||
@ -166,6 +165,13 @@ while True: # Don't let the main Thread end.
|
|||||||
* sticker
|
* sticker
|
||||||
* video
|
* video
|
||||||
* location
|
* location
|
||||||
|
* contact
|
||||||
|
* new_chat_participant
|
||||||
|
* left_chat_participant
|
||||||
|
* new_chat_title
|
||||||
|
* new_chat_photo
|
||||||
|
* delete_chat_photo
|
||||||
|
* group_chat_created
|
||||||
* That's it!
|
* That's it!
|
||||||
|
|
||||||
### The decorator mechanism
|
### The decorator mechanism
|
||||||
@ -223,4 +229,4 @@ Use whichever mechanism fits your purpose! It is even possible to mix and match.
|
|||||||
- [x] sendLocation
|
- [x] sendLocation
|
||||||
- [x] sendChatAction
|
- [x] sendChatAction
|
||||||
- [x] getUserProfilePhotos
|
- [x] getUserProfilePhotos
|
||||||
- [ ] getUpdate(chat message not yet)
|
- [x] getUpdate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user