gpt4 book ai didi

bots - 无法将 FileMessage 发送到打包机器人

转载 作者:行者123 更新时间:2023-12-01 00:56:02 25 4
gpt4 key购买 nike

尝试向 bale.ai bot 发送文件消息。上传似乎工作正常,但当它到达发送功能时,连接将被重置。问题是什么?

let ddd = fs.readFileSync(__dirname + '/a.html') 
bot.UploadFile(ddd,'file').then(response => {
let fileId = response.fileId
let fileAccessHash = response.accessHash
let fileٰVersion = response.version

const stats = fs.statSync(__dirname + '/a.html')
var file = new SDK.FileMessage(fileId, fileAccessHash, 'telename', stats.size, 'text/html', 'see')
bot.send(file, responder.peer)

最佳答案

fileId 和 accessHash 必须是字符串,替换这一行

var file = new SDK.FileMessage(fileId.toString(), fileAccessHash.toString(), 'telename', stats.size, 'text/html', 'see')

和你的。

关于bots - 无法将 FileMessage 发送到打包机器人,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50538555/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com