1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Add TODO to readme.

This commit is contained in:
eternnoir
2015-06-26 21:56:49 +08:00
parent ac11e26790
commit b14cf1ecd4
2 changed files with 19 additions and 4 deletions

View File

@@ -43,3 +43,18 @@ tb.polling(3)
while True:
time.sleep(20)
```
## TODO
- [x] getMe
- [ ] sendMessage
- [ ] forwardMessage
- [ ] sendPhoto
- [ ] sendAudio
- [ ] sendDocument
- [ ] sendSticker
- [ ] sendVideo
- [ ] sendLocation
- [ ] sendChatAction
- [ ] getUserProfilePhotos
- [x] getUpdates