sendLocation method supported.

This commit is contained in:
eternnoir
2015-06-27 22:11:18 +08:00
parent 343b8ebc85
commit cd0b85c03c
3 changed files with 19 additions and 3 deletions

View File

@@ -101,6 +101,9 @@ tb.send_sticker(chat_id, sti)
video = open('/tmp/video.mp4', 'rb')
tb.send_video(chat_id, video)
# sendLocation
tb.send_location(chat_id, lat, lon)
```
## TODO