我正在尝试使用sendPhoto方法将驱动器中的图像发送到电报,但是我不能。诀窍是什么?
我正在使用Python 3.6.7,我的代码如下:
import sys
import telepot
import aiohttp
import asyncio
import os
import time
bot = telepot.Bot('55615????:AA????)
bot.getMe()
id=32????
bot.sendPhoto(chatId, str(open("th-623777.jpg", os.O_RDONLY)) )