How to send photo on telegram bot
问题 i'm just implementing a simple bot who should send some photos and videos to my chat_id . Well, i'm using python, this is the script import sys import time import random import datetime import telepot def handle(msg): chat_id = msg['chat']['id'] command = msg['text'] print 'Got command: %s' % command if command == 'command1': bot.sendMessage(chat_id, *******) elif command == 'command2': bot.sendMessage(chat_id, ******) elif command == 'photo': bot.sendPhoto(...) bot = telepot.Bot('*** INSERT