puppet-wechat
puppet-wechat copied to clipboard
Can not save file
when save file from msg using toFileBox, got an abnormal FileBox.
reproduce code here
const file = await msg.toFileBox();
// got: {} -1
console.log(file.metadata, file.size);
await file.toFile(filePath);