mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2021-05-13 03:08:02 +03:00
Add TODO to readme.
This commit is contained in:
15
README.md
15
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user