d3571ny
d3571ny
编译不成功,也要有出错信息啊大哥
这个问题我也遇到了, 这样解决,需要确保images文件夹存在,给download_image传绝对目录 wcf.download_image(msg.id, msg.extra, os.path.join(os.getcwd(), "images")),
> > 这个问题我也遇到了, > > 这样解决,需要确保images文件夹存在,给download_image传绝对目录 > > wcf.download_image(msg.id, msg.extra, os.path.join(os.getcwd(), "images")), > > 我传的绝对路径,一样不行,你的版本是多少,我是最新版的 最新版,有日志的,看看日志里报什么错
it's weird, the telegram super group message is actually `NewChannelMessage` ?
> Channel - ids starts with -100 Chat - other ids ok, finally I figure out that pyrogram do a convertion for channel/chat/user id just for convenience, in the telegram...