如何使用通过Telepot python打开的文件发送图像?

时间:2018-12-19 22:48:41

标签: telepot

我正在尝试使用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)) )

0 个答案:

没有答案